From 24129106cc57083965c0b7451c7aa5ba0bdf7d50 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 17:43:52 +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.13.3 → v0.14.10](https://github.com/astral-sh/ruff-pre-commit.git/compare/v0.13.3...v0.14.10) - [github.com/astral-sh/ruff-pre-commit.git: v0.13.3 → v0.14.10](https://github.com/astral-sh/ruff-pre-commit.git/compare/v0.13.3...v0.14.10) - [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.13.3 → v0.14.10](https://github.com/astral-sh/ruff-pre-commit.git/compare/v0.13.3...v0.14.10) - [github.com/python-jsonschema/check-jsonschema.git: 0.34.0 → 0.36.0](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.34.0...0.36.0) - [github.com/pre-commit/mirrors-mypy.git: v1.18.2 → v1.19.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.18.2...v1.19.1) - [github.com/pre-commit/mirrors-mypy.git: v1.14.1 → v1.19.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.14.1...v1.19.1) - [github.com/pre-commit/mirrors-mypy.git: v1.18.2 → v1.19.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.18.2...v1.19.1) - [github.com/PyCQA/pylint.git: v3.3.9 → v4.0.4](https://github.com/PyCQA/pylint.git/compare/v3.3.9...v4.0.4) --- .pre-commit-config.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d4c1d1a1b6..055b036bb0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -60,7 +60,7 @@ repos: - id: no_optional - repo: https://github.com/astral-sh/ruff-pre-commit.git - rev: v0.13.3 + rev: v0.14.10 hooks: - id: ruff args: @@ -68,19 +68,19 @@ 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.13.3 + rev: v0.14.10 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.13.3 + rev: v0.14.10 hooks: - id: ruff-format alias: ruff-format-second-pass @@ -92,7 +92,7 @@ repos: - id: remove-tabs - repo: https://github.com/python-jsonschema/check-jsonschema.git - rev: 0.34.0 + rev: 0.36.0 hooks: - id: check-github-workflows files: ^\.github/workflows/[^/]+$ @@ -205,7 +205,7 @@ repos: - id: forbid-html-img-without-alt-text - repo: https://github.com/pre-commit/mirrors-mypy.git - rev: v1.18.2 + rev: v1.19.1 hooks: - id: mypy alias: mypy-py314 @@ -260,7 +260,7 @@ repos: pass_filenames: false - repo: https://github.com/pre-commit/mirrors-mypy.git - rev: v1.14.1 # the last MyPy version to support Python 3.8 + rev: v1.19.1 # the last MyPy version to support Python 3.8 hooks: - id: mypy alias: mypy-py38 @@ -283,7 +283,7 @@ repos: pass_filenames: false - repo: https://github.com/pre-commit/mirrors-mypy.git - rev: v1.18.2 + rev: v1.19.1 hooks: - id: mypy alias: mypy-stubtest @@ -317,7 +317,7 @@ repos: $ - repo: https://github.com/PyCQA/pylint.git - rev: v3.3.9 + rev: v4.0.4 hooks: - id: pylint additional_dependencies: