Disable black auto-version detection

We're targeting Python 2.7 still so ensure black does not
add trailing commas

Change-Id: I9896b3a71de855d834f0133fd2d6213aae40fc9d
This commit is contained in:
Mike Bayer
2019-06-24 13:20:26 -04:00
parent 6da5242953
commit 1ed2f16215
+1 -1
View File
@@ -5,7 +5,7 @@ repos:
rev: 19.3b0
hooks:
- id: black
args: [-l 79]
args: [-l 79, --target-version=py27]
- repo: https://github.com/sqlalchemyorg/zimports/
rev: master