Skip to content
This repository was archived by the owner on Jul 11, 2022. It is now read-only.

Commit 33601ff

Browse files
miki725ambv
authored andcommitted
not enforcing python3.6 for precommit hook (pytest-dev#430)
this should allow precommit hooks to be used with py37
1 parent 3fb4516 commit 33601ff

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
@@ -3,5 +3,5 @@
33
description: 'Black: The uncompromising Python code formatter'
44
entry: black
55
language: python
6-
language_version: python3.6
6+
language_version: python3
77
types: [python]

0 commit comments

Comments
 (0)