From 34840fd28ddeeb6b542eb5612a7ba0926a1fce0a Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Sat, 7 Oct 2023 13:59:55 +0200 Subject: [PATCH] remove flake8 config from pyproject.toml it was automatically migrated but flake8 doesn't support the pyproject.toml format --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2167f2a7d..19832789f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,10 +63,6 @@ addopts = "--tb=short --strict-markers -ra" testspath = "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