From 9283e452315933655df7fac9fd7b04748fc1d5c5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 21:41:32 +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/astral-sh/ruff-pre-commit: v0.15.9 → v0.15.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.9...v0.15.10) - [github.com/woodruffw/zizmor-pre-commit: v1.23.1 → v1.24.1](https://github.com/woodruffw/zizmor-pre-commit/compare/v1.23.1...v1.24.1) - [github.com/astral-sh/uv-pre-commit: 0.11.3 → 0.11.6](https://github.com/astral-sh/uv-pre-commit/compare/0.11.3...0.11.6) --- .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 a936635fb..067ccc6e8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.9 + rev: v0.15.10 hooks: - id: ruff-check types: [file] @@ -46,7 +46,7 @@ repos: hooks: - id: sphinx-lint - repo: https://github.com/woodruffw/zizmor-pre-commit - rev: v1.23.1 + rev: v1.24.1 hooks: - id: zizmor - repo: local @@ -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.11.3 + rev: 0.11.6 hooks: # Compile requirements - id: pip-compile From 101b5af47e7874a8d11943f356017616bc66187c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 21:41:49 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 19e22349b..f3020d29d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -141,7 +141,7 @@ requests==2.33.1 # via sphinx roman-numerals==4.1.0 ; python_full_version >= '3.11' # via sphinx -ruff==0.15.9 +ruff==0.15.10 # via -r test-requirements.in sniffio==1.3.1 # via -r test-requirements.in @@ -203,7 +203,7 @@ typing-extensions==4.15.0 # virtualenv urllib3==2.6.3 # via requests -uv==0.11.3 +uv==0.11.6 # via -r test-requirements.in virtualenv==21.2.0 # via pre-commit