change black target-version to py33
Signed-off-by: Philip May <philip@may.la>
This commit is contained in:
committed by
Vijayan Balasubramanian
parent
96bbbfa336
commit
8b5a1caf61
+1
-1
@@ -59,7 +59,7 @@ def lint(session):
|
||||
session.install("flake8", "black", "mypy", "isort", "types-requests")
|
||||
|
||||
session.run("isort", "--check", "--profile=black", *SOURCE_FILES)
|
||||
session.run("black", "--target-version=py27", "--check", *SOURCE_FILES)
|
||||
session.run("black", "--target-version=py33", "--check", *SOURCE_FILES)
|
||||
session.run("flake8", *SOURCE_FILES)
|
||||
session.run("python", "utils/license-headers.py", "check", *SOURCE_FILES)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user