From e6c6fb68d980469805638e6e31426a9e5a40dc95 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 20:31:24 +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/sirosen/check-jsonschema: 0.37.2 → 0.37.4](https://github.com/sirosen/check-jsonschema/compare/0.37.2...0.37.4) - [github.com/asottile/reorder-python-imports: v3.16.0 → v3.17.0](https://github.com/asottile/reorder-python-imports/compare/v3.16.0...v3.17.0) - [github.com/pre-commit/mirrors-clang-format: v22.1.5 → v22.1.8](https://github.com/pre-commit/mirrors-clang-format/compare/v22.1.5...v22.1.8) - [github.com/jackdewinter/pymarkdown: v0.9.37 → v0.9.39](https://github.com/jackdewinter/pymarkdown/compare/v0.9.37...v0.9.39) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0693f31..ee72263 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ exclude: (?i)^(.*third[^/]*party/.*|.*\.ts|.*\.trt)$ repos: - repo: https://github.com/sirosen/check-jsonschema # check-jsonschema is a github actions and workflows verifier. - rev: 0.37.2 + rev: 0.37.4 hooks: - id: check-github-actions - id: check-github-workflows @@ -41,7 +41,7 @@ repos: - SC1071,SC1091,SC2016 - repo: https://github.com/asottile/reorder-python-imports - rev: v3.16.0 + rev: v3.17.0 hooks: - id: reorder-python-imports @@ -52,7 +52,7 @@ repos: - id: black-jupyter - repo: https://github.com/pre-commit/mirrors-clang-format # mirrors-clang-format is a clang-format wrapper, it can format json. - rev: v22.1.5 + rev: v22.1.8 hooks: - id: clang-format files: (?i)\.(h|c|hpp|cpp|hxx|cxx|cc|json)$ # enabled json, if prettier is used, should turn off json. @@ -73,7 +73,7 @@ repos: - id: mdformat - repo: https://github.com/jackdewinter/pymarkdown # pymarkdown is a markdown linter. - rev: v0.9.37 + rev: v0.9.39 hooks: - id: pymarkdown args: