We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d9b247 commit 07638d6Copy full SHA for 07638d6
pyproject.toml
@@ -62,10 +62,6 @@ addopts = "--tb=short --strict-markers -ra"
62
testspath = "tests"
63
filterwarnings = ["ignore:CoreAPI compatibility is deprecated*:rest_framework.RemovedInDRF317Warning"]
64
65
-[tool.flake8]
66
-ignore = "E501,W503,W504"
67
-banned-modules = "json = use from rest_framework.utils import json!"
68
-
69
[tool.isort]
70
skip = [".tox"]
71
atomic = true
0 commit comments