From ff77a77b2c28354b325229ffa2994126aa508a34 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 21:45:39 +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/adhtruong/mirrors-typos: v1.40.0 → v1.41.0](https://github.com/adhtruong/mirrors-typos/compare/v1.40.0...v1.41.0) - [github.com/astral-sh/uv-pre-commit: 0.9.18 → 0.9.21](https://github.com/astral-sh/uv-pre-commit/compare/0.9.18...0.9.21) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3b1369f7d..93780e4de 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: # tomli needed on 3.10. tomllib is available in stdlib on 3.11+ - tomli - repo: https://github.com/adhtruong/mirrors-typos - rev: v1.40.0 + rev: v1.41.0 hooks: - id: typos - repo: https://github.com/sphinx-contrib/sphinx-lint @@ -73,7 +73,7 @@ repos: additional_dependencies: ["pyyaml"] files: ^(test-requirements\.txt)|(\.pre-commit-config\.yaml)$ - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.9.18 + rev: 0.9.21 hooks: # Compile requirements - id: pip-compile From 1389b225348beec549931e9251ecc45b12238b30 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 21:45:55 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 346de1f3c..53a615146 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -196,7 +196,7 @@ typing-extensions==4.15.0 # virtualenv urllib3==2.6.1 # via requests -uv==0.9.18 +uv==0.9.21 # via -r test-requirements.in virtualenv==20.35.4 # via pre-commit