mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-12 17:38:32 +02:00
add simplify plugin for flakeheaven
This commit is contained in:
parent
74b7ac834e
commit
c075a0bf04
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,7 @@ tzlocal = ">=4.0" # https://github.com/regebro/tzlocal/blob/master/CHANGES.txt
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
black = { version = ">=21.5b2", allow-prereleases = true }
|
black = { version = ">=21.5b2", allow-prereleases = true }
|
||||||
flakeheaven = ">=3.0"
|
flakeheaven = ">=3.0"
|
||||||
|
flake8-simplify = ">=0.19"
|
||||||
ipdb = "*"
|
ipdb = "*"
|
||||||
isort = ">=5.10"
|
isort = ">=5.10"
|
||||||
mkdocs = ">=1.0,<1.3"
|
mkdocs = ">=1.0,<1.3"
|
||||||
|
@ -169,6 +170,7 @@ pycodestyle = [
|
||||||
"-E70",
|
"-E70",
|
||||||
"-W1*", "-W2*", "-W3*", "-W5*",
|
"-W1*", "-W2*", "-W3*", "-W5*",
|
||||||
]
|
]
|
||||||
|
"flake8-*" = ["+*"]
|
||||||
|
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
|
|
Loading…
Add table
Reference in a new issue