From 22c5020d18d81318fd6e368f6078e96f89e24a15 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 18:22: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/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/python-jsonschema/check-jsonschema: 0.33.2 → 0.36.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.33.2...0.36.0) - [github.com/sirosen/texthooks: 0.6.8 → 0.7.1](https://github.com/sirosen/texthooks/compare/0.6.8...0.7.1) - [github.com/crate-ci/typos: v1.34.0 → v1](https://github.com/crate-ci/typos/compare/v1.34.0...v1) - [github.com/astral-sh/ruff-pre-commit: v0.12.3 → v0.14.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.3...v0.14.10) - [github.com/tox-dev/pyproject-fmt: v2.6.0 → v2.11.1](https://github.com/tox-dev/pyproject-fmt/compare/v2.6.0...v2.11.1) - [github.com/hukkin/mdformat: 0.7.22 → 1.0.0](https://github.com/hukkin/mdformat/compare/0.7.22...1.0.0) --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7bfd2b1..890161e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-ast name: validate Python code @@ -24,12 +24,12 @@ repos: - id: check-yaml - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.33.2 + rev: 0.36.0 hooks: - id: check-github-workflows - repo: https://github.com/sirosen/texthooks - rev: 0.6.8 + rev: 0.7.1 hooks: - id: fix-smartquotes - id: fix-spaces @@ -69,13 +69,13 @@ repos: - tomli - repo: https://github.com/crate-ci/typos - rev: v1.34.0 + rev: v1 hooks: - id: typos name: typos (add false positives to _typos.toml) - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.3 + rev: v0.14.10 hooks: - id: ruff name: ruff (see https://docs.astral.sh/ruff/rules) @@ -90,12 +90,12 @@ repos: additional_dependencies: ['validate-pyproject-schema-store[all]'] - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.6.0 + rev: v2.11.1 hooks: - id: pyproject-fmt - repo: https://github.com/hukkin/mdformat - rev: 0.7.22 + rev: 1.0.0 hooks: - id: mdformat name: Format .md files