From 20d393218c52e008ddf5b83f5272c6f0bd49f044 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 19:51:26 +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/abravalheri/validate-pyproject: v0.25 → 0.26](https://github.com/abravalheri/validate-pyproject/compare/v0.25...0.26) - [github.com/zizmorcore/zizmor-pre-commit: v1.29.0 → v1.30.0](https://github.com/zizmorcore/zizmor-pre-commit/compare/v1.29.0...v1.30.0) - [github.com/astral-sh/ruff-pre-commit: v0.16.2 → v0.16.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.16.2...v0.16.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 ed451182..841ce2ff 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: - id: taplo-lint args: ["--no-schema"] - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.25 + rev: '0.26' hooks: - id: validate-pyproject - repo: https://github.com/psf/black-pre-commit-mirror @@ -29,7 +29,7 @@ repos: hooks: - id: black-jupyter - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: v1.29.0 + rev: v1.30.0 hooks: - id: zizmor - repo: https://github.com/keewis/blackdoc @@ -39,7 +39,7 @@ repos: additional_dependencies: ["black==26.5.1"] - id: blackdoc-autoupdate-black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.2 + rev: v0.16.6 hooks: - id: ruff args: ["--fix"] From 41f5c65358c79f3ffc1c27ceba7b180999f1e667 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 19:51:53 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 841ce2ff..4debd3d7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: - id: taplo-lint args: ["--no-schema"] - repo: https://github.com/abravalheri/validate-pyproject - rev: '0.26' + rev: "0.26" hooks: - id: validate-pyproject - repo: https://github.com/psf/black-pre-commit-mirror