Skip to content

Commit 7fc12d3

Browse files
committed
ci: Use pre-commit to validate commit messages
1 parent d220694 commit 7fc12d3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,8 @@ repos:
2222
- id: prospector
2323
additional_dependencies:
2424
- .
25+
- repo: https://github.com/commitizen-tools/commitizen
26+
rev: master
27+
hooks:
28+
- id: commitizen
29+
stages: [commit-msg]

0 commit comments

Comments
 (0)