add simplify plugin for flakeheaven

This commit is contained in:
Jonathan Wren 2022-10-30 14:28:42 -07:00
parent 74b7ac834e
commit c075a0bf04
No known key found for this signature in database

View file

@ -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]