From 4f5f7a1a31f521265a84da6272f7cf49824bfcaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 08:36:54 +0000 Subject: [PATCH] Bump https://github.com/pre-commit/mirrors-clang-format Bumps the pre-commit-hooks group with 1 update: [https://github.com/pre-commit/mirrors-clang-format](https://github.com/pre-commit/mirrors-clang-format). Updates `https://github.com/pre-commit/mirrors-clang-format` from v22.1.2 to 22.1.3 - [Commits](https://github.com/pre-commit/mirrors-clang-format/compare/v22.1.2...v22.1.3) --- updated-dependencies: - dependency-name: https://github.com/pre-commit/mirrors-clang-format dependency-version: 22.1.3 dependency-type: direct:production dependency-group: pre-commit-hooks ... 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 e91992f..f583123 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,7 +39,7 @@ repos: # This brings in a portable version of clang-format. # See also: https://github.com/ssciwr/clang-format-wheel - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v22.1.2 + rev: v22.1.3 hooks: - id: clang-format types_or: [c++, c]