diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0b7688d..cd9e049 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,3 +25,11 @@ repos: rev: 0.23.2 hooks: - id: check-github-workflows + - repo: https://github.com/commitizen-tools/commitizen + rev: v3.29.0 # automatically updated by Commitizen + hooks: + - id: commitizen + - id: commitizen-branch + stages: + - post-commit + - push