diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 59a88196..7c07a29e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,3 +20,10 @@ repos: - id: trailing-whitespace - id: check-json - id: check-yaml + - id: check-added-large-files + + - repo: https://github.com/Woile/commitizen + rev: v1.23.1 + hooks: + - id: commitizen + stages: [commit-msg]