From 16da3fb9e33a5f5b5aba4c3ee67b5d5ff29a00b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 05:52: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 v22.1.8 to 23.1.0. - [Commits](https://github.com/pre-commit/mirrors-clang-format/compare/v22.1.8...v23.1.0) --- updated-dependencies: - dependency-name: https://github.com/pre-commit/mirrors-clang-format dependency-version: 23.1.0 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 7384fd4..6aed0c9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_language_version: repos: - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v22.1.8 + rev: v23.1.0 hooks: - id: clang-format files: \.(c|h|cpp|hpp|cc|hh|cxx|hxx|inc)$