Skip to content

Commit 0354ed2

Browse files
authored
Manually update pre-commit hook for gersemi (#2864)
This PR updates `gersemi` pre-commit hook to new repository. Gersemi moved their pre-commit hooks to a separate repository `gersemi-pre-commit` starting with version 0.27.1. The main `gersemi`repository no longer contains `.pre-commit-hooks.yaml`, which was causing `pre-commit autoupdate` to fail. This change allows `pre-commit autoupdate` to run successfully.
1 parent a48c4af commit 0354ed2

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
@@ -127,8 +127,8 @@ repos:
127127
rev: v1.7.12
128128
hooks:
129129
- id: actionlint
130-
- repo: https://github.com/BlankSpruce/gersemi
131-
rev: 0.26.1
130+
- repo: https://github.com/BlankSpruce/gersemi-pre-commit
131+
rev: 0.27.2
132132
hooks:
133133
- id: gersemi
134134
exclude: "dpnp/backend/cmake/Modules/"

0 commit comments

Comments
 (0)