From c16a428d31144987c26dff54add6b2885216fe09 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 17:35:21 +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.11.12 → v0.14.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.12...v0.14.7) - [github.com/python-jsonschema/check-jsonschema: 0.33.0 → 0.35.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.33.0...0.35.0) - [github.com/asottile/blacken-docs: 1.19.1 → 1.20.0](https://github.com/asottile/blacken-docs/compare/1.19.1...1.20.0) - [github.com/jazzband/pip-tools: 7.4.1 → v7.5.2](https://github.com/jazzband/pip-tools/compare/7.4.1...v7.5.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 dcc980d..c9a3a5e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,21 +4,21 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.12 + rev: v0.14.7 hooks: - id: ruff - id: ruff-format - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.33.0 + rev: 0.35.0 hooks: - id: check-github-workflows - repo: https://github.com/asottile/blacken-docs - rev: 1.19.1 + rev: 1.20.0 hooks: - id: blacken-docs additional_dependencies: [black==23.12.1] - repo: https://github.com/jazzband/pip-tools - rev: 7.4.1 + rev: v7.5.2 hooks: - id: pip-compile name: pip-compile pyproject.toml