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 6280d92 + b82d813 commit 5cf8c0dCopy full SHA for 5cf8c0d
.pre-commit-hooks.yaml
@@ -4,5 +4,6 @@
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
@@ -15,7 +15,7 @@ python -m pip install pre-commit
15
16
```yaml
17
- repo: https://github.com/Woile/commitizen
18
- rev: 1.13.1
+ rev: master
19
hooks:
20
- id: commitizen
21
```
0 commit comments