From 2bf18b7fcb5b0668d9d2a910b84656495a2e6352 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 20:55:50 +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/python-jsonschema/check-jsonschema: 0.34.0 → 0.34.1](https://github.com/python-jsonschema/check-jsonschema/compare/0.34.0...0.34.1) - [github.com/rhysd/actionlint: v1.7.7 → v1.7.8](https://github.com/rhysd/actionlint/compare/v1.7.7...v1.7.8) - [github.com/tox-dev/pyproject-fmt: v2.7.0 → v2.10.0](https://github.com/tox-dev/pyproject-fmt/compare/v2.7.0...v2.10.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.13.3...v0.14.0) --- .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 4d4efed7..ed914b0b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,13 +11,13 @@ repos: args: [--fix=lf] - id: check-case-conflict - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.34.0 + rev: 0.34.1 hooks: - id: check-dependabot - id: check-readthedocs - id: check-github-workflows - repo: https://github.com/rhysd/actionlint - rev: v1.7.7 + rev: v1.7.8 hooks: - id: actionlint - repo: https://github.com/woodruffw/zizmor-pre-commit @@ -29,11 +29,11 @@ repos: hooks: - id: shellcheck - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.7.0 + rev: v2.10.0 hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.3 + rev: v0.14.0 hooks: - id: ruff args: ["--exit-non-zero-on-fix"]