From 589536bec03edec2d5eec4327aab3e7f0b9a36cd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 20:51:55 +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.9.6 → v0.11.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.6...v0.11.4) - [github.com/python-jsonschema/check-jsonschema: 0.31.1 → 0.32.1](https://github.com/python-jsonschema/check-jsonschema/compare/0.31.1...0.32.1) - [github.com/woodruffw/zizmor-pre-commit: v1.3.1 → v1.5.2](https://github.com/woodruffw/zizmor-pre-commit/compare/v1.3.1...v1.5.2) - [github.com/tox-dev/pyproject-fmt: v2.5.0 → v2.5.1](https://github.com/tox-dev/pyproject-fmt/compare/v2.5.0...v2.5.1) - [github.com/abravalheri/validate-pyproject: v0.23 → v0.24.1](https://github.com/abravalheri/validate-pyproject/compare/v0.23...v0.24.1) - [github.com/rbubley/mirrors-prettier: v3.5.0 → v3.5.3](https://github.com/rbubley/mirrors-prettier/compare/v3.5.0...v3.5.3) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a0070c0..966185e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.6 + rev: v0.11.4 hooks: - id: ruff args: [--exit-non-zero-on-fix] @@ -27,7 +27,7 @@ repos: exclude: \.github/ISSUE_TEMPLATE\.md|\.github/PULL_REQUEST_TEMPLATE\.md - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.31.1 + rev: 0.32.1 hooks: - id: check-github-workflows - id: check-renovate @@ -38,17 +38,17 @@ repos: - id: actionlint - repo: https://github.com/woodruffw/zizmor-pre-commit - rev: v1.3.1 + rev: v1.5.2 hooks: - id: zizmor - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.5.0 + rev: v2.5.1 hooks: - id: pyproject-fmt - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.23 + rev: v0.24.1 hooks: - id: validate-pyproject @@ -63,7 +63,7 @@ repos: - id: yamlfmt - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.5.0 + rev: v3.5.3 hooks: - id: prettier args: [--prose-wrap=always, --print-width=88]