update pyproject.toml for new flake tool

This commit is contained in:
Jonathan Wren 2022-10-29 12:46:36 -07:00
parent dcfc79b932
commit eb1b0a1900
No known key found for this signature in database

View file

@ -154,9 +154,9 @@ filterwarnings = [
max_line_length = 88 max_line_length = 88
[tool.flakeheaven.plugins] [tool.flakeheaven.plugins]
pyflakes = ["+*"] "flake8-*" = ["+*"]
"py*" = ["+*"]
pycodestyle = [ pycodestyle = [
"+*",
"-E101", "-E101",
"-E111", "-E114", "-E115", "-E116", "-E117", "-E111", "-E114", "-E115", "-E116", "-E117",
"-E12*", "-E12*",
@ -168,7 +168,6 @@ pycodestyle = [
"-E70", "-E70",
"-W1*", "-W2*", "-W3*", "-W5*", "-W1*", "-W2*", "-W3*", "-W5*",
] ]
"flake8-*" = ["+*"]
[build-system] [build-system]