Skip to content

Commit 07638d6

Browse files
committed
remove flake8 config from pyproject.toml
it was automatically migrated but flake8 doesn't support the pyproject.toml format
1 parent 2d9b247 commit 07638d6

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
@@ -62,10 +62,6 @@ addopts = "--tb=short --strict-markers -ra"
6262
testspath = "tests"
6363
filterwarnings = ["ignore:CoreAPI compatibility is deprecated*:rest_framework.RemovedInDRF317Warning"]
6464

65-
[tool.flake8]
66-
ignore = "E501,W503,W504"
67-
banned-modules = "json = use from rest_framework.utils import json!"
68-
6965
[tool.isort]
7066
skip = [".tox"]
7167
atomic = true

0 commit comments

Comments
 (0)