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 c8030fc commit 0101d89Copy full SHA for 0101d89
pyproject.toml
@@ -58,10 +58,6 @@ addopts = "--tb=short --strict-markers -ra"
58
testpaths = ["tests"]
59
filterwarnings = ["ignore:CoreAPI compatibility is deprecated*:rest_framework.RemovedInDRF317Warning"]
60
61
-[tool.flake8]
62
-ignore = "E501,W503,W504"
63
-banned-modules = "json = use from rest_framework.utils import json!"
64
-
65
[tool.isort]
66
skip = [".tox"]
67
atomic = true
0 commit comments