From 77ee975dac9d93cf16759a52c6f2a443f074b8f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 02:50:35 +0000 Subject: [PATCH] Bump https://github.com/pre-commit/mirrors-clang-format Bumps [https://github.com/pre-commit/mirrors-clang-format](https://github.com/pre-commit/mirrors-clang-format) from v17.0.6 to 22.1.5. This release includes the previously tagged commit. - [Commits](https://github.com/pre-commit/mirrors-clang-format/compare/05241dc3def184dba136e62d54ff57f1c8a497a9...dd18dad857d6133e90bbe478f4f2f22ec0030269) --- updated-dependencies: - dependency-name: https://github.com/pre-commit/mirrors-clang-format dependency-version: 22.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5a376fef58a..616941e6bf3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: # Formatting hooks (run on pre-push to catch issues before CI) - repo: https://github.com/pre-commit/mirrors-clang-format - rev: 05241dc3def184dba136e62d54ff57f1c8a497a9 # frozen: v17.0.6 + rev: dd18dad857d6133e90bbe478f4f2f22ec0030269 # frozen: v22.1.5 hooks: - id: clang-format types_or: [c, c++]