We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd84b2 commit 5fafc37Copy full SHA for 5fafc37
.pre-commit-hooks.yaml
@@ -18,7 +18,8 @@
18
default branch on the origin repository. Useful for checking messages after
19
the fact (e.g., pre-push or in CI) without an expensive check of the entire
20
repository history.
21
- entry: cz check
+ entry: cz -nr 3 check
22
+ # FIXME: origin/HEAD seems to be wrong. it probably should be origin/master or origin/main instead
23
args: [--rev-range, origin/HEAD..HEAD]
24
always_run: true
25
pass_filenames: false
0 commit comments