Skip to content

Commit 2ca3cb2

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 a48cdba commit 2ca3cb2

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
@@ -31,8 +31,8 @@ repos:
3131
exclude: docs/TODO.json
3232

3333
# CMake linting and formatting
34-
- repo: https://github.com/BlankSpruce/gersemi
35-
rev: 0.26.1
34+
- repo: https://github.com/BlankSpruce/gersemi-pre-commit
35+
rev: 0.27.2
3636
hooks:
3737
- id: gersemi
3838
name: CMake linting

0 commit comments

Comments
 (0)