remove flake8 section in pyproject

This commit is contained in:
Mathieu Dupuy 2024-10-16 14:06:59 +02:00
parent c8030fc55f
commit 0101d893f4
No known key found for this signature in database
GPG Key ID: 08C1D4F32506B23A

View File

@ -58,10 +58,6 @@ addopts = "--tb=short --strict-markers -ra"
testpaths = ["tests"] testpaths = ["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