From 265223191d6a9da44b6b66e8b43902423b283f27 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 16:50:27 +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.12.2 → v0.15.9](https://github.com/astral-sh/ruff-pre-commit.git/compare/v0.12.2...v0.15.9) - [github.com/astral-sh/ruff-pre-commit.git: v0.12.2 → v0.15.9](https://github.com/astral-sh/ruff-pre-commit.git/compare/v0.12.2...v0.15.9) - [github.com/asottile/add-trailing-comma.git: v3.2.0 → v4.0.0](https://github.com/asottile/add-trailing-comma.git/compare/v3.2.0...v4.0.0) - [github.com/astral-sh/ruff-pre-commit.git: v0.12.2 → v0.15.9](https://github.com/astral-sh/ruff-pre-commit.git/compare/v0.12.2...v0.15.9) - [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.33.2 → 0.37.1](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.33.2...0.37.1) - [github.com/andreoliwa/nitpick.git: v0.35.0 → v0.38.1](https://github.com/andreoliwa/nitpick.git/compare/v0.35.0...v0.38.1) - [github.com/pre-commit/pre-commit-hooks.git: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v5.0.0...v6.0.0) - [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/shellcheck-py/shellcheck-py.git: v0.10.0.1 → v0.11.0.1](https://github.com/shellcheck-py/shellcheck-py.git/compare/v0.10.0.1...v0.11.0.1) - [github.com/pre-commit/mirrors-mypy.git: v1.16.1 → v1.20.0](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.16.1...v1.20.0) - [github.com/PyCQA/pylint.git: v3.3.7 → v4.0.5](https://github.com/PyCQA/pylint.git/compare/v3.3.7...v4.0.5) --- .pre-commit-config.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6e389ba1..b637f252 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: - id: no_optional - repo: https://github.com/astral-sh/ruff-pre-commit.git - rev: v0.12.2 + rev: v0.15.9 hooks: - id: ruff args: @@ -46,31 +46,31 @@ 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.12.2 + rev: v0.15.9 hooks: - id: ruff-format alias: ruff-format-first-pass name: ruff-format (first pass) - repo: https://github.com/asottile/add-trailing-comma.git - rev: v3.2.0 + rev: v4.0.0 hooks: - id: add-trailing-comma - repo: https://github.com/astral-sh/ruff-pre-commit.git - rev: v0.12.2 + rev: v0.15.9 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.33.2 + rev: 0.37.1 hooks: - id: check-github-workflows files: ^\.github/workflows/[^/]+$ @@ -87,7 +87,7 @@ repos: - id: check-readthedocs - repo: https://github.com/andreoliwa/nitpick.git - rev: v0.35.0 + rev: v0.38.1 hooks: - id: nitpick-check pass_filenames: false @@ -102,7 +102,7 @@ repos: - id: rst-backticks - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v5.0.0 + rev: v6.0.0 hooks: # Side-effects: - id: trailing-whitespace @@ -137,14 +137,14 @@ repos: ^README\.rst$ - 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: @@ -159,7 +159,7 @@ repos: - id: bashate - repo: https://github.com/shellcheck-py/shellcheck-py.git - rev: v0.10.0.1 + rev: v0.11.0.1 hooks: - id: shellcheck @@ -180,7 +180,7 @@ repos: language_version: python3 - repo: https://github.com/pre-commit/mirrors-mypy.git - rev: v1.16.1 + rev: v1.20.0 hooks: - id: mypy alias: mypy-py313 @@ -247,7 +247,7 @@ repos: pass_filenames: false - repo: https://github.com/PyCQA/pylint.git - rev: v3.3.7 + rev: v4.0.5 hooks: - id: pylint additional_dependencies: