From b91af70ca3a1af59b3c4537930095228e939f130 Mon Sep 17 00:00:00 2001 From: steve-downey <2809078+steve-downey@users.noreply.github.com> Date: Thu, 3 Sep 2026 12:16:10 +0000 Subject: [PATCH] Auto-update pre-commit hooks --- .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 38d322a..ac35f67 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,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.8 + rev: v23.1.0 hooks: - id: clang-format types_or: [c++, c] @@ -23,7 +23,7 @@ repos: # CMake linting and formatting - repo: https://github.com/BlankSpruce/gersemi-pre-commit - rev: 0.28.0 + rev: 0.28.1 hooks: - id: gersemi name: CMake linting