Skip to content

Commit 8d0effa

Browse files
chore: add commitizen pre-commit hook
1 parent 1cdbe79 commit 8d0effa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,10 @@ repos:
2424
rev: 0.9.3
2525
hooks:
2626
- id: uv-lock
27+
- repo: https://github.com/commitizen-tools/commitizen
28+
rev: v4.10.1
29+
hooks:
30+
- id: commitizen
31+
- id: commitizen-branch
32+
stages: [ pre-push ]
2733

0 commit comments

Comments
 (0)