From 3cc28acdd083d03603cfdb805fdfd3ed9d35acef Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 21:26:43 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/PyCQA/isort: 5.13.2 → 7.0.0](https://github.com/PyCQA/isort/compare/5.13.2...7.0.0) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.8.0 → 25.12.0](https://github.com/psf/black-pre-commit-mirror/compare/24.8.0...25.12.0) - [github.com/asottile/blacken-docs: 1.18.0 → 1.20.0](https://github.com/asottile/blacken-docs/compare/1.18.0...1.20.0) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.2](https://github.com/kynan/nbstripout/compare/0.7.1...0.8.2) - [github.com/nbQA-dev/nbQA: 1.8.7 → 1.9.1](https://github.com/nbQA-dev/nbQA/compare/1.8.7...1.9.1) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v6.0.0) - [github.com/asottile/setup-cfg-fmt: v2.5.0 → v3.2.0](https://github.com/asottile/setup-cfg-fmt/compare/v2.5.0...v3.2.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.3.0](https://github.com/PyCQA/flake8/compare/7.1.1...7.3.0) --- .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 0d59d44..d181936 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/PyCQA/isort - rev: 5.13.2 + rev: 7.0.0 hooks: - id: isort name: isort @@ -10,25 +10,25 @@ repos: types: [cython] args: ["--profile=black"] - - repo: https://github.com/psf/black - rev: 24.8.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.12.0 hooks: - id: black types: [python] - repo: https://github.com/asottile/blacken-docs - rev: 1.18.0 + rev: 1.20.0 hooks: - id: blacken-docs additional_dependencies: ["black==24.8.0"] - repo: https://github.com/kynan/nbstripout - rev: 0.7.1 + rev: 0.8.2 hooks: - id: nbstripout - repo: https://github.com/nbQA-dev/nbQA - rev: 1.8.7 + rev: 1.9.1 hooks: - id: nbqa-isort args: ["--profile=black"] @@ -50,7 +50,7 @@ repos: types: [text] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: check-ast @@ -77,12 +77,12 @@ repos: exclude: \.(html|svg)$ - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.5.0 + rev: v3.2.0 hooks: - id: setup-cfg-fmt - repo: https://github.com/PyCQA/flake8 - rev: 7.1.1 + rev: 7.3.0 hooks: - id: flake8 additional_dependencies: From b8138be957dbcccc8497b7162a0455e0b3793a89 Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Wed, 14 Jan 2026 12:42:23 -0500 Subject: [PATCH 2/2] CI: Update black 24.8.0 -> 25.12.0 --- .pre-commit-config.yaml | 4 ++-- requirements-dev.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d181936..0fc7a6a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: rev: 1.20.0 hooks: - id: blacken-docs - additional_dependencies: ["black==24.8.0"] + additional_dependencies: ["black==25.12.0"] - repo: https://github.com/kynan/nbstripout rev: 0.8.2 @@ -33,7 +33,7 @@ repos: - id: nbqa-isort args: ["--profile=black"] - id: nbqa-black - additional_dependencies: ["black==24.8.0"] + additional_dependencies: ["black==25.12.0"] - id: nbqa-flake8 - repo: https://github.com/pre-commit/pygrep-hooks diff --git a/requirements-dev.txt b/requirements-dev.txt index 4b9e822..ace01f7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,3 +1,3 @@ -black==24.8.0 +black==25.12.0 identify>=1.4.20 pre-commit