not enforcing python3.6 for precommit hook (#430)

this should allow precommit hooks to be used with py37
This commit is contained in:
Miroslav Shubernetskiy 2018-08-17 12:01:29 -04:00 committed by Łukasz Langa
parent 3fb4516872
commit 33601ffa6d

View File

@ -3,5 +3,5 @@
description: 'Black: The uncompromising Python code formatter'
entry: black
language: python
language_version: python3.6
language_version: python3
types: [python]