mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-30 01:49:50 +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",
|
||||
]
|
||||
|
||||
BLACK_ARGS = ["--check", "--verbose"]
|
||||
BLACK_ARGS = ["--check"]
|
||||
|
||||
|
||||
def exit_on_failure(ret, message=None):
|
||||
|
|
Loading…
Reference in New Issue
Block a user