Skip to content

Commit

Permalink
ci: Implement commitizen git pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cmlh committed Jan 7, 2025
1 parent 32fcba0 commit d210977
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Python/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
#https://commitizen-tools.github.io/commitizen/getting_started/#integration-with-pre-commit
- repo: https://github.com/commitizen-tools/commitizen
rev: v4.1.0
hooks:
- id: commitizen
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
hooks:
Expand Down

0 comments on commit d210977

Please sign in to comment.