mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-17 22:22:13 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user