not enforcing python3.6 for precommit hook (#430)
this should allow precommit hooks to be used with py37
This commit is contained in:
parent
3fb4516872
commit
33601ffa6d
@ -3,5 +3,5 @@
|
|||||||
description: 'Black: The uncompromising Python code formatter'
|
description: 'Black: The uncompromising Python code formatter'
|
||||||
entry: black
|
entry: black
|
||||||
language: python
|
language: python
|
||||||
language_version: python3.6
|
language_version: python3
|
||||||
types: [python]
|
types: [python]
|
||||||
|
Loading…
Reference in New Issue
Block a user