remove flake8 config from pyproject.toml

it was automatically migrated but flake8 doesn't support
the pyproject.toml format
This commit is contained in:
Mathieu Dupuy 2023-10-07 13:59:55 +02:00
parent 0bcd15216e
commit 34840fd28d
No known key found for this signature in database
GPG Key ID: 08C1D4F32506B23A

View File

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