mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-16 19:18:32 +02:00
update pyproject.toml for new flake tool
This commit is contained in:
parent
dcfc79b932
commit
eb1b0a1900
1 changed files with 2 additions and 3 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue