mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 00:19:53 +03:00
Update setup.cfg
This commit is contained in:
parent
34d33c3dee
commit
39b54efd08
|
@ -6,7 +6,7 @@ addopts=--tb=short --strict -ra
|
||||||
testspath = tests
|
testspath = tests
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
ignore = E501,W504
|
ignore = E501,W503,W504
|
||||||
banned-modules = json = use from rest_framework.utils import json!
|
banned-modules = json = use from rest_framework.utils import json!
|
||||||
|
|
||||||
[isort]
|
[isort]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user