mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-12 09:28:31 +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]
|
||||
black = { version = ">=21.5b2", allow-prereleases = true }
|
||||
flakeheaven = ">=3.0"
|
||||
flake8-simplify = ">=0.19"
|
||||
ipdb = "*"
|
||||
isort = ">=5.10"
|
||||
mkdocs = ">=1.0,<1.3"
|
||||
|
@ -169,6 +170,7 @@ pycodestyle = [
|
|||
"-E70",
|
||||
"-W1*", "-W2*", "-W3*", "-W5*",
|
||||
]
|
||||
"flake8-*" = ["+*"]
|
||||
|
||||
|
||||
[build-system]
|
||||
|
|
Loading…
Add table
Reference in a new issue