diff --git a/pyproject.toml b/pyproject.toml index 164bb3924..cdd0a1075 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,10 +58,6 @@ addopts = "--tb=short --strict-markers -ra" testpaths = ["tests"] 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] skip = [".tox"] atomic = true