Removed black verbose args and running lint under py3.7

This commit is contained in:
Rizwan Mansuri 2019-04-13 14:34:13 +01:00
parent f418b4e9ca
commit 13b8c2ec09
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ ISORT_ARGS = [
"tests",
]
BLACK_ARGS = ["--check", "--verbose"]
BLACK_ARGS = ["--check"]
def exit_on_failure(ret, message=None):

View File

@ -44,7 +44,7 @@ deps =
-rrequirements/requirements-optionals.txt
[testenv:lint]
basepython = python2.7
basepython = python3.7
commands = ./runtests.py --lintonly
deps =
-rrequirements/requirements-codestyle.txt