From 0101d893f45c948bc580e672cc3ddf000e08746e Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Wed, 16 Oct 2024 14:06:59 +0200 Subject: [PATCH] remove flake8 section in pyproject --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 164bb3924..cdd0a1075 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,10 +58,6 @@ addopts = "--tb=short --strict-markers -ra" testpaths = ["tests"] 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] skip = [".tox"] atomic = true