From 272d6eadc5347d425b275f3bafc16ff964fd3513 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 21:34:26 +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/astral-sh/ruff-pre-commit: v0.11.8 → v0.16.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.8...v0.16.2) - [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/MarcoGorelli/cython-lint: v0.16.6 → v0.21.0](https://github.com/MarcoGorelli/cython-lint/compare/v0.16.6...v0.21.0) - [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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 95cbc46..0998f29 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ default_language_version: python: "3.12" repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-merge-conflict - id: check-added-large-files @@ -19,24 +19,24 @@ repos: - id: end-of-file-fixer exclude_types: [diff] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.8 + rev: v0.16.2 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - id: ruff-format - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.3 hooks: - id: codespell types_or: [python, rst, markdown] args: ["--ignore-words=.codespell-ignore"] - repo: https://github.com/MarcoGorelli/cython-lint - rev: v0.16.6 + rev: v0.21.0 hooks: - id: cython-lint - id: double-quote-cython-strings - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.15.0 + rev: v2.3.0 hooks: - id: mypy args: [--config, ./mypy.ini]