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 0bcd152 commit 34840fdCopy full SHA for 34840fd
pyproject.toml
@@ -63,10 +63,6 @@ addopts = "--tb=short --strict-markers -ra"
63
testspath = "tests"
64
filterwarnings = ["ignore:CoreAPI compatibility is deprecated*:rest_framework.RemovedInDRF317Warning"]
65
66
-[tool.flake8]
67
-ignore = "E501,W503,W504"
68
-banned-modules = "json = use from rest_framework.utils import json!"
69
-
70
[tool.isort]
71
skip = [".tox"]
72
atomic = true
0 commit comments