diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index adea827bb..ed85cee73 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,4 +24,10 @@ repos: rev: 0.9.3 hooks: - id: uv-lock + - repo: https://github.com/commitizen-tools/commitizen + rev: v4.10.1 + hooks: + - id: commitizen + - id: commitizen-branch + stages: [ pre-push ]