From c278d722b79aaadb00b70e3a96487b95ccb22d22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 09:27:33 +0000 Subject: [PATCH] Bump the pre-commit-hooks group across 1 directory with 2 updates Bumps the pre-commit-hooks group with 2 updates in the / directory: [https://github.com/BlankSpruce/gersemi](https://github.com/BlankSpruce/gersemi) and [https://github.com/pre-commit/mirrors-clang-format](https://github.com/pre-commit/mirrors-clang-format). Updates `https://github.com/BlankSpruce/gersemi` from 0.26.1 to 0.27.1 - [Release notes](https://github.com/BlankSpruce/gersemi/releases) - [Changelog](https://github.com/BlankSpruce/gersemi/blob/master/CHANGELOG.md) - [Commits](https://github.com/BlankSpruce/gersemi/compare/0.26.1...0.27.1) 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/BlankSpruce/gersemi dependency-version: 0.27.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pre-commit-hooks - 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e91992f..31517d8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: # CMake linting and formatting - repo: https://github.com/BlankSpruce/gersemi - rev: 0.26.1 + rev: 0.27.1 hooks: - id: gersemi name: CMake linting @@ -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]