Skip to content

Commit 0101d89

Browse files
committed
remove flake8 section in pyproject
1 parent c8030fc commit 0101d89

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ addopts = "--tb=short --strict-markers -ra"
5858
testpaths = ["tests"]
5959
filterwarnings = ["ignore:CoreAPI compatibility is deprecated*:rest_framework.RemovedInDRF317Warning"]
6060

61-
[tool.flake8]
62-
ignore = "E501,W503,W504"
63-
banned-modules = "json = use from rest_framework.utils import json!"
64-
6561
[tool.isort]
6662
skip = [".tox"]
6763
atomic = true

0 commit comments

Comments
 (0)