Skip to content

Commit a9bb6aa

Browse files
ednolanclaude
andcommitted
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: BlankSpruce/gersemi@e647b52 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9cd72c8 commit a9bb6aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ repos:
1919
types_or: [c++, c]
2020

2121
# CMake linting and formatting
22-
- repo: https://github.com/BlankSpruce/gersemi
23-
rev: 0.26.1
22+
- repo: https://github.com/BlankSpruce/gersemi-pre-commit
23+
rev: 0.27.2
2424
hooks:
2525
- id: gersemi
2626
name: CMake linting

0 commit comments

Comments
 (0)