From da487c77950bde2749796a0bdfac0670d12f1f04 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 21:30:25 +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.13.3 → v0.14.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.13.3...v0.14.10) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.12.0](https://github.com/psf/black-pre-commit-mirror/compare/25.9.0...25.12.0) - [github.com/python-jsonschema/check-jsonschema: 0.34.0 → 0.36.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.34.0...0.36.0) - [github.com/rhysd/actionlint: v1.7.7 → v1.7.10](https://github.com/rhysd/actionlint/compare/v1.7.7...v1.7.10) - [github.com/woodruffw/zizmor-pre-commit: v1.14.2 → v1.19.0](https://github.com/woodruffw/zizmor-pre-commit/compare/v1.14.2...v1.19.0) - [github.com/tox-dev/pyproject-fmt: v2.7.0 → v2.11.1](https://github.com/tox-dev/pyproject-fmt/compare/v2.7.0...v2.11.1) - [github.com/tox-dev/tox-ini-fmt: 1.6.0 → 1.7.1](https://github.com/tox-dev/tox-ini-fmt/compare/1.6.0...1.7.1) - [github.com/google/yamlfmt: v0.17.2 → v0.21.0](https://github.com/google/yamlfmt/compare/v0.17.2...v0.21.0) - [github.com/rbubley/mirrors-prettier: v3.6.2 → v3.7.4](https://github.com/rbubley/mirrors-prettier/compare/v3.6.2...v3.7.4) --- .pre-commit-config.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fd1a3d0..3d6ff68 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,12 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.3 + rev: v0.14.10 hooks: - id: ruff-check args: [--exit-non-zero-on-fix] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.9.0 + rev: 25.12.0 hooks: - id: black @@ -27,23 +27,23 @@ repos: exclude: \.github/ISSUE_TEMPLATE\.md|\.github/PULL_REQUEST_TEMPLATE\.md - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.34.0 + rev: 0.36.0 hooks: - id: check-github-workflows - id: check-renovate - repo: https://github.com/rhysd/actionlint - rev: v1.7.7 + rev: v1.7.10 hooks: - id: actionlint - repo: https://github.com/woodruffw/zizmor-pre-commit - rev: v1.14.2 + rev: v1.19.0 hooks: - id: zizmor - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.7.0 + rev: v2.11.1 hooks: - id: pyproject-fmt @@ -53,17 +53,17 @@ repos: - id: validate-pyproject - repo: https://github.com/tox-dev/tox-ini-fmt - rev: 1.6.0 + rev: 1.7.1 hooks: - id: tox-ini-fmt - repo: https://github.com/google/yamlfmt - rev: v0.17.2 + rev: v0.21.0 hooks: - id: yamlfmt - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.6.2 + rev: v3.7.4 hooks: - id: prettier args: [--prose-wrap=always, --print-width=88]