From e9603ea9e0498667c0511e86550a6b1d8166baa3 Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Tue, 7 Nov 2023 10:27:45 -0800 Subject: [PATCH] Removes the flake8 section, we use Ruff --- src/setup.cfg | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/setup.cfg b/src/setup.cfg index a3c90d62c..861ae452a 100644 --- a/src/setup.cfg +++ b/src/setup.cfg @@ -1,8 +1,3 @@ -[flake8] -extend-exclude = */migrations/*, */tests/* -ignore = E203,W503 -max-line-length = 88 - [tool:pytest] DJANGO_SETTINGS_MODULE = paperless.settings addopts = --pythonwarnings=all --cov --cov-report=html --cov-report=xml --numprocesses auto --maxprocesses=16 --quiet --durations=50