mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-30 18:09:59 +03:00
Removed black verbose args and running lint under py3.7
This commit is contained in:
parent
f418b4e9ca
commit
13b8c2ec09
|
@ -22,7 +22,7 @@ ISORT_ARGS = [
|
||||||
"tests",
|
"tests",
|
||||||
]
|
]
|
||||||
|
|
||||||
BLACK_ARGS = ["--check", "--verbose"]
|
BLACK_ARGS = ["--check"]
|
||||||
|
|
||||||
|
|
||||||
def exit_on_failure(ret, message=None):
|
def exit_on_failure(ret, message=None):
|
||||||
|
|
2
tox.ini
2
tox.ini
|
@ -44,7 +44,7 @@ deps =
|
||||||
-rrequirements/requirements-optionals.txt
|
-rrequirements/requirements-optionals.txt
|
||||||
|
|
||||||
[testenv:lint]
|
[testenv:lint]
|
||||||
basepython = python2.7
|
basepython = python3.7
|
||||||
commands = ./runtests.py --lintonly
|
commands = ./runtests.py --lintonly
|
||||||
deps =
|
deps =
|
||||||
-rrequirements/requirements-codestyle.txt
|
-rrequirements/requirements-codestyle.txt
|
||||||
|
|
Loading…
Reference in New Issue
Block a user