From f242328c96012f1e3318e0ce6eaa0ce711a1038a 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 19:17:08 +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.5.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v6.0.0) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.12.1 → 26.5.1](https://github.com/psf/black-pre-commit-mirror/compare/23.12.1...26.5.1) - [github.com/PyCQA/flake8: 7.0.0 → 7.3.0](https://github.com/PyCQA/flake8/compare/7.0.0...7.3.0) - [github.com/PyCQA/isort: 5.13.2 → 9.0.0b1](https://github.com/PyCQA/isort/compare/5.13.2...9.0.0b1) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v2.3.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.8.0...v2.3.0) - [github.com/numpy/numpydoc: v1.6.0 → v1.11.0rc0](https://github.com/numpy/numpydoc/compare/v1.6.0...v1.11.0rc0) - [github.com/hadialqattan/pycln: v2.4.0 → v2.6.0](https://github.com/hadialqattan/pycln/compare/v2.4.0...v2.6.0) - [github.com/sirosen/texthooks: 0.6.3 → 0.7.1](https://github.com/sirosen/texthooks/compare/0.6.3...0.7.1) --- .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 7e2f811..71892f4 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: "v4.5.0" + rev: "v6.0.0" hooks: - id: check-added-large-files - id: check-case-conflict @@ -18,34 +18,34 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - - repo: https://github.com/psf/black - rev: "23.12.1" + - repo: https://github.com/psf/black-pre-commit-mirror + rev: "26.5.1" hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: "7.0.0" + rev: "7.3.0" hooks: - id: flake8 - repo: https://github.com/PyCQA/isort - rev: "5.13.2" + rev: "9.0.0b1" hooks: - id: isort - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.8.0" + rev: "v2.3.0" hooks: - id: mypy - repo: https://github.com/numpy/numpydoc # The latest stable release doesn't yet support pre-commit. - rev: "v1.6.0" + rev: "v1.11.0rc0" hooks: - id: numpydoc-validation - repo: https://github.com/hadialqattan/pycln - rev: "v2.4.0" + rev: "v2.6.0" hooks: - id: pycln @@ -57,7 +57,7 @@ repos: exclude: test - repo: https://github.com/sirosen/texthooks - rev: "0.6.3" + rev: "0.7.1" hooks: - id: fix-ligatures - id: fix-smartquotes