From 9f9451823acca914fe534b215b584ade7f2c2ac5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 17:39:00 +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/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.13.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.2...v0.13.3) - [github.com/sirosen/check-jsonschema: 0.33.2 → 0.34.0](https://github.com/sirosen/check-jsonschema/compare/0.33.2...0.34.0) - [github.com/woodruffw/zizmor-pre-commit: v1.11.0 → v1.14.2](https://github.com/woodruffw/zizmor-pre-commit/compare/v1.11.0...v1.14.2) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d55d5c1..7168800 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ ci: repos: # Out of the box hooks for pre-commit https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: # Makes sure files end in a newline and only a newline. - id: end-of-file-fixer @@ -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.12.2 + rev: v0.13.3 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.33.2 + rev: 0.34.0 hooks: - id: check-github-workflows # Find common security issues in GitHub Actions workflows - repo: https://github.com/woodruffw/zizmor-pre-commit - rev: v1.11.0 + rev: v1.14.2 hooks: - id: zizmor