From bd6edd6ad7041501d63ef0c4db5b2a91844258db Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 19:53:13 +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/astral-sh/ruff-pre-commit.git: v0.14.10 → v0.15.20](https://github.com/astral-sh/ruff-pre-commit.git/compare/v0.14.10...v0.15.20) - [github.com/astral-sh/ruff-pre-commit.git: v0.14.10 → v0.15.20](https://github.com/astral-sh/ruff-pre-commit.git/compare/v0.14.10...v0.15.20) - [github.com/astral-sh/ruff-pre-commit.git: v0.14.10 → v0.15.20](https://github.com/astral-sh/ruff-pre-commit.git/compare/v0.14.10...v0.15.20) - [github.com/Lucas-C/pre-commit-hooks.git: v1.5.5 → v1.5.6](https://github.com/Lucas-C/pre-commit-hooks.git/compare/v1.5.5...v1.5.6) - [github.com/python-jsonschema/check-jsonschema.git: 0.36.0 → 0.37.4](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.36.0...0.37.4) - [github.com/codespell-project/codespell.git: v2.4.1 → v2.4.2](https://github.com/codespell-project/codespell.git/compare/v2.4.1...v2.4.2) - [github.com/adrienverge/yamllint.git: v1.37.1 → v1.38.0](https://github.com/adrienverge/yamllint.git/compare/v1.37.1...v1.38.0) - [github.com/pre-commit/mirrors-mypy.git: v1.19.1 → v2.1.0](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.19.1...v2.1.0) --- .pre-commit-config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 751c63a..c941817 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit.git - rev: v0.14.10 + rev: v0.15.20 hooks: - id: ruff args: @@ -13,7 +13,7 @@ repos: - --fix # NOTE: When `--fix` is used, linting should be before ruff-format - repo: https://github.com/astral-sh/ruff-pre-commit.git - rev: v0.14.10 + rev: v0.15.20 hooks: - id: ruff-format alias: ruff-format-first-pass @@ -25,19 +25,19 @@ repos: - id: add-trailing-comma - repo: https://github.com/astral-sh/ruff-pre-commit.git - rev: v0.14.10 + rev: v0.15.20 hooks: - id: ruff-format alias: ruff-format-second-pass name: ruff-format (second pass) - repo: https://github.com/Lucas-C/pre-commit-hooks.git - rev: v1.5.5 + rev: v1.5.6 hooks: - id: remove-tabs - repo: https://github.com/python-jsonschema/check-jsonschema.git - rev: 0.36.0 + rev: 0.37.4 hooks: - id: check-github-workflows files: ^\.github/workflows/[^/]+$ @@ -89,14 +89,14 @@ repos: - id: debug-statements - repo: https://github.com/codespell-project/codespell.git - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell exclude: >- ^\.github/\.json-schemas/.*\.json$ - repo: https://github.com/adrienverge/yamllint.git - rev: v1.37.1 + rev: v1.38.0 hooks: - id: yamllint types: @@ -121,7 +121,7 @@ repos: - id: forbid-html-img-without-alt-text - repo: https://github.com/pre-commit/mirrors-mypy.git - rev: v1.19.1 + rev: v2.1.0 hooks: - id: mypy alias: mypy-py314