From 96326e4276de7557d166f17a83369df76e8cf40b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 20:19:33 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pappasam/toml-sort: v0.24.3 → v0.24.4](https://github.com/pappasam/toml-sort/compare/v0.24.3...v0.24.4) - [github.com/google/yamlfmt: v0.20.0 → v0.21.0](https://github.com/google/yamlfmt/compare/v0.20.0...v0.21.0) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](https://github.com/codespell-project/codespell/compare/v2.4.1...v2.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.15.12](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.7...v0.15.12) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.20.2](https://github.com/pre-commit/mirrors-mypy/compare/v1.19.0...v1.20.2) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c1e1706..25f7e26 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,25 +19,25 @@ repos: - id: check-toml - id: check-yaml - repo: https://github.com/pappasam/toml-sort - rev: v0.24.3 + rev: v0.24.4 hooks: - id: toml-sort-fix - repo: https://github.com/google/yamlfmt - rev: "v0.20.0" + rev: "v0.21.0" hooks: - id: yamlfmt - repo: https://github.com/codespell-project/codespell - rev: "v2.4.1" + rev: "v2.4.2" hooks: - id: codespell args: [] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.14.7' + rev: 'v0.15.12' hooks: - id: ruff-check - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.19.0' + rev: 'v1.20.2' hooks: - id: mypy exclude: tests