From aa4ca0fb5c7fb47e712f581576239d034d32ba84 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 21:03:56 +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/tox-dev/pyproject-fmt: v2.23.0 โ†’ v2.25.1](https://github.com/tox-dev/pyproject-fmt/compare/v2.23.0...v2.25.1) - [github.com/pylint-dev/pylint: v4.0.5 โ†’ v4.0.6](https://github.com/pylint-dev/pylint/compare/v4.0.5...v4.0.6) - [github.com/python-jsonschema/check-jsonschema: 0.37.2 โ†’ 0.37.4](https://github.com/python-jsonschema/check-jsonschema/compare/0.37.2...0.37.4) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5bb58cb..5af18b7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -201,7 +201,7 @@ repos: - mdformat-shfmt==0.2.0 # Mdformat plugin to format shell code blocks ยป https://github.com/hukkin/mdformat-shfmt/tags - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.23.0 + rev: v2.25.1 hooks: - id: pyproject-fmt name: pyproject.toml formatter @@ -217,7 +217,7 @@ repos: description: Validate the pyproject.toml file. - repo: https://github.com/pylint-dev/pylint - rev: v4.0.5 + rev: v4.0.6 hooks: - id: pylint name: Pylint @@ -226,7 +226,7 @@ repos: - --py-version=3.10 - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.2 + rev: 0.37.4 hooks: - id: check-github-actions name: Check GitHub Actions