Skip to content

Commit

Permalink
feat: pre-commit hook add commitizen
Browse files Browse the repository at this point in the history
  • Loading branch information
fan-tastic-z committed Aug 6, 2024
1 parent 92f6113 commit 08c88a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ repos:
- id: end-of-file-fixer
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.28.0
hooks:
- id: commitizen
- repo: https://github.com/psf/black
rev: 24.8.0
hooks:
Expand Down

0 comments on commit 08c88a4

Please sign in to comment.