From 1f7bc76f6a23ddfb5daea1d58af9a8a017a41342 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 21:42:37 +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: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.3](https://github.com/codespell-project/codespell/compare/v2.4.1...v2.4.3) - [github.com/astral-sh/ruff-pre-commit: v0.11.11 → v0.16.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.11...v0.16.1) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v2.3.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.15.0...v2.3.0) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 22e555c81..0637d1bae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-yaml - id: check-toml @@ -17,7 +17,7 @@ repos: args: [--py36-plus] language_version: python3.12 - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.3 hooks: - id: codespell files: ^.*\.(py|md|yaml|js|ts|ipynb)$ @@ -25,14 +25,14 @@ repos: additional_dependencies: - tomli - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.11 + rev: v0.16.1 hooks: - id: ruff stages: [pre-commit] - id: ruff-format stages: [pre-commit] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.15.0 + rev: v2.3.0 hooks: - id: mypy pass_filenames: false