From eb1b0a1900ba0052bd57f230c98047b514e571de Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 29 Oct 2022 12:46:36 -0700 Subject: [PATCH] update pyproject.toml for new flake tool --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f6c80200..b8dbcb08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -154,9 +154,9 @@ filterwarnings = [ max_line_length = 88 [tool.flakeheaven.plugins] -pyflakes = ["+*"] +"flake8-*" = ["+*"] +"py*" = ["+*"] pycodestyle = [ - "+*", "-E101", "-E111", "-E114", "-E115", "-E116", "-E117", "-E12*", @@ -168,7 +168,6 @@ pycodestyle = [ "-E70", "-W1*", "-W2*", "-W3*", "-W5*", ] -"flake8-*" = ["+*"] [build-system]