add type-checking plugin for flakeheaven

This commit is contained in:
Jonathan Wren 2022-10-30 12:33:27 -07:00
parent 74b7ac834e
commit 219f723dc6
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] [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-type-checking = ">=2.2.0"
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]