From c3d0b7dde8389c5b7375cec5b67a2d7835013044 Mon Sep 17 00:00:00 2001 From: facelessuser Date: Thu, 31 Aug 2023 14:09:09 -0600 Subject: [PATCH] Remove flake8 config from tox config --- pyproject.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e53431b..ce9e1bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -150,11 +150,6 @@ deps = commands = pytest {toxinidir} -[flake8] -exclude=build/*,.tox/* -max-line-length=120 -ignore=D202,D203,D401,E741,W504,N817,N818 - [pytest] filterwarnings = ignore:\nCSS selector pattern:UserWarning