Skip to content

Commit b787e64

Browse files
Kurt-von-LavenLee-W
authored andcommitted
fix(pre-commit): Set min pre-commit to v1.4.3
pre-commit 1.4.3, released 2018-01-02, is the minimum pre-commit version at which language_version: python3 is translated to the correct py launcher call on Windows.
1 parent 2a9d17f commit b787e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-hooks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
entry: cz check --commit-msg-file
55
language: python
66
language_version: python3
7-
minimum_pre_commit_version: "0.15.4"
7+
minimum_pre_commit_version: "1.4.3"

0 commit comments

Comments
 (0)