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 0032547 commit 75266a6Copy full SHA for 75266a6
.pre-commit-hooks.yaml
@@ -19,9 +19,10 @@
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, origin/HEAD..HEAD]
+ args: [--rev-range, "$PRE_COMMIT_FROM_REF..$PRE_COMMIT_TO_REF"]
23
always_run: true
24
pass_filenames: false
25
language: python
26
language_version: python3
27
minimum_pre_commit_version: "3.2.0"
28
+ stages: [pre-push]
0 commit comments