diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7bfe0f44..755f1aaf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -76,9 +76,6 @@ repos: stages: [pre-push] pass_filenames: false - # Validate new commit messages before push (using Python wrapper) - - repo: local - hooks: # Validate new commit messages before push (using Python wrapper) - id: commitizen-new-commits name: Commitizen (check new commits only, .venv aware)