From 0b8d1687b1557ebc07b0cf9bc5504d3c5d19d873 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 17:24:49 +0000 Subject: [PATCH 1/2] [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.0 → 0.37.1](https://github.com/python-jsonschema/check-jsonschema/compare/0.37.0...0.37.1) - [github.com/psf/black-pre-commit-mirror: 23.12.1 → 26.3.1](https://github.com/psf/black-pre-commit-mirror/compare/23.12.1...26.3.1) - [github.com/markdownlint/markdownlint: v0.9.0 → v0.15.0](https://github.com/markdownlint/markdownlint/compare/v0.9.0...v0.15.0) --- .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 5b48da8..a5d81a9 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.0" + rev: "0.37.1" hooks: # Validate Dependabot Config (v2) against the schema provided by # SchemaStore. @@ -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.3.1" hooks: # Format Python code with black. - id: "black" @@ -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.15.0" hooks: # Lint Markdown files with markdownlint. - id: "markdownlint" From bccbb657696eaede0771617178879f2e1d7c4379 Mon Sep 17 00:00:00 2001 From: andthum <56444687+andthum@users.noreply.github.com> Date: Sun, 19 Apr 2026 14:10:51 +0200 Subject: [PATCH 2/2] [.pre-commit-config.yaml] Update Downgrades: * https://github.com/psf/black-pre-commit-mirror from `26.3.1` to `23.12.1` * https://github.com/markdownlint/markdownlint from `v0.15.0` to `v0.9.0` --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a5d81a9..c7ed1ce 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: "26.3.1" + rev: "23.12.1" hooks: # Format Python code with black. - id: "black" @@ -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.15.0" + rev: "v0.9.0" hooks: # Lint Markdown files with markdownlint. - id: "markdownlint"