mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 03:28:31 +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
|
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]
|
||||||
|
|
Loading…
Add table
Reference in a new issue