From 003552a8e76aaf940ef57b191d3e14b484931467 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 21:45:18 +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: 8.0.1 → 9.0.0b1](https://github.com/pycqa/isort/compare/8.0.1...9.0.0b1) - [github.com/pre-commit/mirrors-mypy: v1.20.2 → v2.3.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.20.2...v2.3.0) - [github.com/rbubley/mirrors-prettier: v3.8.3 → v3.9.5](https://github.com/rbubley/mirrors-prettier/compare/v3.8.3...v3.9.5) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0cc8cc4d201..bc3ee94902a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - commonmark>=0.9.1 - repo: https://github.com/pycqa/isort - rev: 8.0.1 + rev: 9.0.0b1 hooks: - id: isort @@ -39,7 +39,7 @@ repos: exclude: ^src/blib2to3/ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.20.2 + rev: v2.3.0 hooks: - id: mypy exclude: ^docs/conf.py$ @@ -73,7 +73,7 @@ repos: - types-pyyaml>=6.0.0 - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.8.3 + rev: v3.9.5 hooks: - id: prettier types_or: [markdown, yaml, json] From 5a3aed28e58a2daf0500a2f5af364f331e5cd8cf 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 21:46:08 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index bfe4cae366d..89d317b20f0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -573,8 +573,8 @@ The following changes were not in any previous release: ### Preview style -- Fix type annotation spacing between * and more complex type variable tuple (i.e. `def - fn(*args: *tuple[*Ts, T]) -> None: pass`) (#4440) +- Fix type annotation spacing between * and more complex type variable tuple (i.e. + `def fn(*args: *tuple[*Ts, T]) -> None: pass`) (#4440) ### Caching