From 904c7382ec49080699a0051a13652e4d9a05b6d0 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 17:26:14 +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/python-jsonschema/check-jsonschema: 0.37.1 → 0.37.4](https://github.com/python-jsonschema/check-jsonschema/compare/0.37.1...0.37.4) - [github.com/PyCQA/isort: 8.0.1 → 9.0.0a3](https://github.com/PyCQA/isort/compare/8.0.1...9.0.0a3) - [github.com/psf/black-pre-commit-mirror: 23.12.1 → 26.5.1](https://github.com/psf/black-pre-commit-mirror/compare/23.12.1...26.5.1) - [github.com/maxwinterstein/shfmt-py: v3.12.0.1 → v4.0.0](https://github.com/maxwinterstein/shfmt-py/compare/v3.12.0.1...v4.0.0) - [github.com/markdownlint/markdownlint: v0.9.0 → v0.17.0](https://github.com/markdownlint/markdownlint/compare/v0.9.0...v0.17.0) --- .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 c7ed1ce..6ecb1a7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -108,7 +108,7 @@ repos: - id: "check-pre-commit-ci-config" - repo: "https://github.com/python-jsonschema/check-jsonschema" - rev: "0.37.1" + rev: "0.37.4" hooks: # Validate Dependabot Config (v2) against the schema provided by # SchemaStore. @@ -145,7 +145,7 @@ repos: - id: "rst-inline-touching-normal" - repo: "https://github.com/PyCQA/isort" - rev: "8.0.1" + rev: "9.0.0a3" hooks: # Sort import statements with isort - id: "isort" @@ -163,7 +163,7 @@ repos: - repo: "https://github.com/psf/black-pre-commit-mirror" # Stay at black version 23, because some formatting rules change in # version 24. Latest 23 version is 23.12.1. - rev: "23.12.1" + rev: "26.5.1" hooks: # Format Python code with black. - id: "black" @@ -217,7 +217,7 @@ repos: ###################################################################### - repo: "https://github.com/maxwinterstein/shfmt-py" - rev: "v3.12.0.1" + rev: "v4.0.0" hooks: # Format shell scripts with shfmt. # NOTE: The official shfmt hook from @@ -264,7 +264,7 @@ repos: # v0.12.0 requires ruby2.7 # v0.11.0 and v0.10.0 require ruby2.6 # => stay at v0.9.0 - rev: "v0.9.0" + rev: "v0.17.0" hooks: # Lint Markdown files with markdownlint. - id: "markdownlint"