Add type-checking plugin to linting checks (#1629)

* add type-checking plugin for flakeheaven

* update lock file

* fix type-checking issues in current codebase

* run linters
This commit is contained in:
Jonathan Wren 2022-11-03 07:18:35 -07:00 committed by GitHub
parent cb7e0ed289
commit c1eb0c54a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 45 additions and 8 deletions

View file

@ -47,6 +47,7 @@ black = { version = ">=21.5b2", allow-prereleases = true }
flakeheaven = ">=3.0"
flake8-black = ">=0.3.3"
flake8-isort = ">=5.0.0"
flake8-type-checking = ">=2.2.0"
ipdb = "*"
isort = ">=5.10"
mkdocs = ">=1.0,<1.3"