Skip to content

Commit 02ab1bf

Browse files
ci(pre-commit): Remove unneeded commit-msg stage
In v2.27.1, the commitizen pre-commit hook began specifying that it runs on the commit-msg stage in .pre-commit-hooks.yaml, so it is no longer necessary to specify the hook stage when using the hook in .pre-commit-config.yaml.
1 parent afa0d93 commit 02ab1bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ repos:
1515
rev: v2.27.1 # automatically updated by Commitizen
1616
hooks:
1717
- id: commitizen
18-
stages: [commit-msg]
1918

2019
- repo: local
2120
hooks:

0 commit comments

Comments
 (0)