8000 Merge pull request #135 from Lee-W/fix-pre-commit-hook · Lee-W/commitizen@3485277 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3485277

Browse files
authored
Merge pull request commitizen-tools#135 from Lee-W/fix-pre-commit-hook
Fix pre commit hook
2 parents fd27647 + 29cb3dc commit 3485277

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.pre-commit-hooks.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44
entry: cz check --commit-msg-file
55
language: python
66
language_version: python3
7-
stages: [commit-msg]
87
require_serial: true
98
minimum_pre_commit_version: "0.15.4"

docs/check.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ python -m pip install pre-commit
1616
```yaml
1717
- repo: https://github.com/Woile/commitizen
1818
rev: master
19+
stages: [commit-msg]
1920
hooks:
2021
- id: commitizen
2122
```

0 commit comments

Comments
 (0)
0