From 6da7701e87351651d6906309355d5e3a918193af Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 17:24:21 +0000 Subject: [PATCH] [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.11.4 → v0.12.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.4...v0.12.2) - [github.com/sirosen/check-jsonschema: 0.32.1 → 0.33.2](https://github.com/sirosen/check-jsonschema/compare/0.32.1...0.33.2) - [github.com/woodruffw/zizmor-pre-commit: v1.7.0 → v1.11.0](https://github.com/woodruffw/zizmor-pre-commit/compare/v1.7.0...v1.11.0) --- .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 e32a049..d55d5c1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,7 +46,7 @@ repos: # Linting and formatting for Python code (see pyproject.toml for config) - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.11.4 + rev: v0.12.2 hooks: # Run the linter. - id: ruff @@ -56,12 +56,12 @@ repos: # Ensure GitHub workflows match the expected schema. - repo: https://github.com/sirosen/check-jsonschema - rev: 0.32.1 + rev: 0.33.2 hooks: - id: check-github-workflows # Find common security issues in GitHub Actions workflows - repo: https://github.com/woodruffw/zizmor-pre-commit - rev: v1.7.0 + rev: v1.11.0 hooks: - id: zizmor