From 746b9976790d6c9daaf3e9d80b026ed029b830d1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 20:51:53 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=F0=9F=AA=9D=20update=20pre-c?= =?UTF-8?q?ommit=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/mirrors-clang-format: v21.1.8 → v22.1.5](https://github.com/pre-commit/mirrors-clang-format/compare/v21.1.8...v22.1.5) - [github.com/rbubley/mirrors-prettier: v3.8.1 → v3.8.4](https://github.com/rbubley/mirrors-prettier/compare/v3.8.1...v3.8.4) - [github.com/python-jsonschema/check-jsonschema: 0.36.2 → 0.37.3](https://github.com/python-jsonschema/check-jsonschema/compare/0.36.2...0.37.3) --- .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 27057ba..93921a6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -52,7 +52,7 @@ repos: # Clang-format the C++ part of the code base automatically - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v21.1.8 + rev: v22.1.5 hooks: - id: clang-format types_or: [c++, c, cuda] @@ -68,7 +68,7 @@ repos: # Format configuration files with prettier - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.8.1 + rev: v3.8.4 hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json] @@ -88,7 +88,7 @@ repos: # Check JSON schemata - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.36.2 + rev: 0.37.3 hooks: - id: check-dependabot - id: check-github-workflows