From fbcf98e55144070a8d8297b1d92c63f1c9de9d6a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 18:46:59 +0000 Subject: [PATCH] chore: update pre-commit hooks 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.17 → v0.15.20](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.17...v0.15.20) - [github.com/woodruffw/zizmor-pre-commit: v1.25.2 → v1.26.1](https://github.com/woodruffw/zizmor-pre-commit/compare/v1.25.2...v1.26.1) --- .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 3886cb1..02f36b5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.17" + rev: "v0.15.20" hooks: - id: ruff-check args: [--fix, --show-fixes] @@ -45,6 +45,6 @@ repos: # - id: sp-repo-review - repo: https://github.com/woodruffw/zizmor-pre-commit - rev: v1.25.2 + rev: v1.26.1 hooks: - id: zizmor