Skip to content

Commit 2b902a2

Browse files
committed
fix: correct .pre-commit-config.yaml
rev commitizen must be correct (error from initial copy&paste)
1 parent bbba17d commit 2b902a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repos:
4545

4646
# commitizen - linter for git commit messages
4747
- repo: https://github.com/commitizen-tools/commitizen
48-
rev: 'v1.17.0'
48+
rev: 'v4.9.1'
4949
hooks:
5050
- id: commitizen
5151
stages: [commit-msg]

0 commit comments

Comments
 (0)