mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-28 04:24:00 +03:00
remove flake8 section in pyproject
This commit is contained in:
parent
c8030fc55f
commit
0101d893f4
|
@ -58,10 +58,6 @@ addopts = "--tb=short --strict-markers -ra"
|
||||||
testpaths = ["tests"]
|
testpaths = ["tests"]
|
||||||
filterwarnings = ["ignore:CoreAPI compatibility is deprecated*:rest_framework.RemovedInDRF317Warning"]
|
filterwarnings = ["ignore:CoreAPI compatibility is deprecated*:rest_framework.RemovedInDRF317Warning"]
|
||||||
|
|
||||||
[tool.flake8]
|
|
||||||
ignore = "E501,W503,W504"
|
|
||||||
banned-modules = "json = use from rest_framework.utils import json!"
|
|
||||||
|
|
||||||
[tool.isort]
|
[tool.isort]
|
||||||
skip = [".tox"]
|
skip = [".tox"]
|
||||||
atomic = true
|
atomic = true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user