From 31682e74e26943255fc422c00a2adfe5b02fa8b3 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 16:49:41 +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.15.9 → v0.15.20](https://github.com/astral-sh/ruff-pre-commit.git/compare/v0.15.9...v0.15.20) - [github.com/astral-sh/ruff-pre-commit.git: v0.15.9 → v0.15.20](https://github.com/astral-sh/ruff-pre-commit.git/compare/v0.15.9...v0.15.20) - [github.com/astral-sh/ruff-pre-commit.git: v0.15.9 → v0.15.20](https://github.com/astral-sh/ruff-pre-commit.git/compare/v0.15.9...v0.15.20) - [github.com/python-jsonschema/check-jsonschema.git: 0.37.1 → 0.37.4](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.37.1...0.37.4) - [github.com/pre-commit/mirrors-mypy.git: v1.20.0 → v2.1.0](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.20.0...v2.1.0) - [github.com/PyCQA/pylint.git: v4.0.5 → v4.0.6](https://github.com/PyCQA/pylint.git/compare/v4.0.5...v4.0.6) - [github.com/rhysd/actionlint.git: v1.7.8 → v1.7.12](https://github.com/rhysd/actionlint.git/compare/v1.7.8...v1.7.12) --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bca7e8a3..1b0f6549 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.15.9 + rev: v0.15.20 hooks: - id: ruff args: @@ -46,7 +46,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.15.9 + rev: v0.15.20 hooks: - id: ruff-format alias: ruff-format-first-pass @@ -58,7 +58,7 @@ repos: - id: add-trailing-comma - repo: https://github.com/astral-sh/ruff-pre-commit.git - rev: v0.15.9 + rev: v0.15.20 hooks: - id: ruff-format alias: ruff-format-second-pass @@ -70,7 +70,7 @@ repos: - id: remove-tabs - repo: https://github.com/python-jsonschema/check-jsonschema.git - rev: 0.37.1 + rev: 0.37.4 hooks: - id: check-github-workflows files: ^\.github/workflows/[^/]+$ @@ -191,7 +191,7 @@ repos: language_version: python3 - repo: https://github.com/pre-commit/mirrors-mypy.git - rev: v1.20.0 + rev: v2.1.0 hooks: - id: mypy alias: mypy-py313 @@ -258,7 +258,7 @@ repos: pass_filenames: false - repo: https://github.com/PyCQA/pylint.git - rev: v4.0.5 + rev: v4.0.6 hooks: - id: pylint additional_dependencies: @@ -274,7 +274,7 @@ repos: - tox # needed by `toxfile.py` - repo: https://github.com/rhysd/actionlint.git - rev: v1.7.8 + rev: v1.7.12 hooks: - id: actionlint