From cfb747a186dd7a09996974b1dfdca85796965863 Mon Sep 17 00:00:00 2001 From: Edward Nolan Date: Sun, 19 Apr 2026 20:29:56 +0000 Subject: [PATCH] Update gersemi pre-commit hook to new repository The gersemi project moved its pre-commit hook definition to a separate repository (BlankSpruce/gersemi-pre-commit) starting with v0.27.1, removing .pre-commit-hooks.yaml from the main repo. This broke the weekly pre-commit autoupdate CI workflow. See: https://github.com/BlankSpruce/gersemi/commit/e647b52384c05ddfc397664e73c822dacd5b0b75 Co-Authored-By: Claude Opus 4.6 (1M context) --- .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 9139c8b5..96b4c55b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,8 +31,8 @@ repos: exclude: docs/TODO.json # CMake linting and formatting - - repo: https://github.com/BlankSpruce/gersemi - rev: 0.26.1 + - repo: https://github.com/BlankSpruce/gersemi-pre-commit + rev: 0.27.2 hooks: - id: gersemi name: CMake linting