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.
1 parent ad35515 commit d214704Copy full SHA for d214704
1 file changed
.pre-commit-hooks.yaml
@@ -19,7 +19,7 @@
19
the fact (e.g., pre-push or in CI) without an expensive check of the entire
20
repository history.
21
entry: cz check
22
- args: [--rev-range, "$PRE_COMMIT_TO_REF $PRE_COMMIT_FROM_REF"]
+ args: [--rev-range, origin/HEAD..HEAD]
23
always_run: true
24
pass_filenames: false
25
language: python
0 commit comments