From c0501830f6eec78186f615d7a76f1292f59093e3 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 20:51:42 +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/psf/black-pre-commit-mirror: 26.3.1 → 26.5.1](https://github.com/psf/black-pre-commit-mirror/compare/26.3.1...26.5.1) - [github.com/pycqa/isort: 8.0.1 → 9.0.0a3](https://github.com/pycqa/isort/compare/8.0.1...9.0.0a3) - [github.com/python-jsonschema/check-jsonschema: 0.37.1 → 0.37.4](https://github.com/python-jsonschema/check-jsonschema/compare/0.37.1...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 c465fe5..975edc3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -56,18 +56,18 @@ repos: - "--py39-plus" - repo: "https://github.com/psf/black-pre-commit-mirror" - rev: "26.3.1" + rev: "26.5.1" hooks: - id: "black" - repo: "https://github.com/pycqa/isort" - rev: "8.0.1" + rev: "9.0.0a3" hooks: - id: "isort" args: ["--profile", "black", "--filter-files"] - repo: "https://github.com/python-jsonschema/check-jsonschema" - rev: "0.37.1" + rev: "0.37.4" hooks: - id: "check-github-workflows"