We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd27647 + 29cb3dc commit 3485277Copy full SHA for 3485277
.pre-commit-hooks.yaml
@@ -4,6 +4,5 @@
4
entry: cz check --commit-msg-file
5
language: python
6
language_version: python3
7
- stages: [commit-msg]
8
require_serial: true
9
minimum_pre_commit_version: "0.15.4"
docs/check.md
@@ -16,6 +16,7 @@ python -m pip install pre-commit
16
```yaml
17
- repo: https://github.com/Woile/commitizen
18
rev: master
19
+ stages: [commit-msg]
20
hooks:
21
- id: commitizen
22
```
0 commit comments