Skip to content

Commit 9a1e445

Browse files
committed
fix(pre-commit-hooks): some " consistency in the file
1 parent b79a3ae commit 9a1e445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
the fact (e.g., pre-push or in CI) without an expensive check of the entire
2020
repository history.
2121
entry: cz check
22-
args: ["--rev-range", "$PRE_COMMIT_TO_REF $PRE_COMMIT_FROM_REF"]
22+
args: [--rev-range, "$PRE_COMMIT_TO_REF $PRE_COMMIT_FROM_REF"]
2323
always_run: true
2424
pass_filenames: false
2525
language: python

0 commit comments

Comments
 (0)