From 67f2e7b5be482375633a42fe1815c1045de215f5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 20:07:17 +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/pre-commit/pre-commit-hooks: v4.1.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.1.0...v6.0.0) - [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](https://github.com/pre-commit/pygrep-hooks/compare/v1.9.0...v1.10.0) - [github.com/pycqa/isort: 5.11.5 → 9.0.0b1](https://github.com/pycqa/isort/compare/5.11.5...9.0.0b1) - [github.com/psf/black: 25.11.0 → 26.5.1](https://github.com/psf/black/compare/25.11.0...26.5.1) - [github.com/astral-sh/ruff-pre-commit: v0.15.11 → v0.15.21](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.11...v0.15.21) - [github.com/pre-commit/mirrors-prettier: v2.6.2 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v2.6.2...v4.0.0-alpha.8) - [github.com/codespell-project/codespell: v2.2.4 → v2.4.2](https://github.com/codespell-project/codespell/compare/v2.2.4...v2.4.2) - [github.com/fsfe/reuse-tool: v5.0.2 → v6.2.0](https://github.com/fsfe/reuse-tool/compare/v5.0.2...v6.2.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 bca6c781..00ef469c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ default_language_version: node: 17.9.0 repos: - repo: "https://github.com/pre-commit/pre-commit-hooks" - rev: v4.1.0 + rev: v6.0.0 hooks: - id: check-ast - id: check-docstring-first @@ -22,22 +22,22 @@ repos: args: - "--markdown-linebreak-ext=md" - repo: "https://github.com/pre-commit/pygrep-hooks" - rev: v1.9.0 + rev: v1.10.0 hooks: - id: python-check-blanket-noqa - id: python-check-blanket-type-ignore - id: python-use-type-annotations - repo: "https://github.com/pycqa/isort" - rev: 5.11.5 + rev: 9.0.0b1 hooks: - id: isort - repo: "https://github.com/psf/black" - rev: 25.11.0 + rev: 26.5.1 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.15.11 + rev: v0.15.21 hooks: # Run the linter. - id: ruff @@ -46,7 +46,7 @@ repos: # Don't Run the formatter. # - id: ruff-format - repo: "https://github.com/pre-commit/mirrors-prettier" - rev: v2.6.2 + rev: v4.0.0-alpha.8 hooks: - id: prettier exclude_types: @@ -62,7 +62,7 @@ repos: # args: # - "--py36-plus" - repo: https://github.com/codespell-project/codespell - rev: v2.2.4 + rev: v2.4.2 hooks: - id: codespell args: [ @@ -80,7 +80,7 @@ repos: additional_dependencies: - tomli - repo: "https://github.com/fsfe/reuse-tool" - rev: v5.0.2 + rev: v6.2.0 hooks: - id: reuse additional_dependencies: