Skip to content

Commit 71710ab

Browse files
authored
Merge pull request #1163 from EnergySystemsModellingLab/fix-pre-commit-autoupdate
Fix `pre-commit` autoupdate workflow by forking one of the hooks
2 parents 28dee31 + 3e63945 commit 71710ab

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
@@ -70,7 +70,7 @@ repos:
7070
- id: codespell
7171
args: [--ignore-words, .codespell_ignore.txt]
7272
exclude: \.svg$
73-
- repo: https://github.com/citation-file-format/cffconvert
74-
rev: b6045d78aac9e02b039703b030588d54d53262ac
73+
- repo: https://github.com/EnergySystemsModellingLab/cffconvert
74+
rev: 2.1.0
7575
hooks:
7676
- id: validate-cff

0 commit comments

Comments
 (0)