Skip to content

Commit 34840fd

Browse files
committed
remove flake8 config from pyproject.toml
it was automatically migrated but flake8 doesn't support the pyproject.toml format
1 parent 0bcd152 commit 34840fd

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

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

0 commit comments

Comments
 (0)