From f006c69acb519cba45a9b1b6a1b024d0aca980ba Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 16:26:23 +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/PyCQA/isort: 7.0.0 → 9.0.0b1](https://github.com/PyCQA/isort/compare/7.0.0...9.0.0b1) - [github.com/psf/black-pre-commit-mirror: 25.11.0 → 26.5.1](https://github.com/psf/black-pre-commit-mirror/compare/25.11.0...26.5.1) - [github.com/asottile/pyupgrade: v3.21.1 → v3.21.2](https://github.com/asottile/pyupgrade/compare/v3.21.1...v3.21.2) - [github.com/rhysd/actionlint: v1.7.8 → v1.7.12](https://github.com/rhysd/actionlint/compare/v1.7.8...v1.7.12) - [github.com/sirosen/check-jsonschema: 0.35.0 → 0.37.4](https://github.com/sirosen/check-jsonschema/compare/0.35.0...0.37.4) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3f84d77..eb68a8b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,11 +9,11 @@ repos: hooks: - id: yesqa - repo: https://github.com/PyCQA/isort - rev: '7.0.0' + rev: '9.0.0b1' hooks: - id: isort - repo: https://github.com/psf/black-pre-commit-mirror - rev: '25.11.0' + rev: '26.5.1' hooks: - id: black language_version: python3 # Should be a command that runs python3.6+ @@ -31,7 +31,7 @@ repos: - id: check-symlinks - id: debug-statements - repo: https://github.com/asottile/pyupgrade - rev: 'v3.21.1' + rev: 'v3.21.2' hooks: - id: pyupgrade args: ['--py36-plus'] @@ -41,7 +41,7 @@ repos: - id: flake8 exclude: "^docs/" - repo: https://github.com/rhysd/actionlint - rev: v1.7.8 + rev: v1.7.12 hooks: - id: actionlint-docker args: @@ -52,7 +52,7 @@ repos: - -ignore - 'SC1004:' - repo: https://github.com/sirosen/check-jsonschema - rev: 0.35.0 + rev: 0.37.4 hooks: - id: check-github-actions ci: