mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 05:56:14 +02:00
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:
parent
cb7e0ed289
commit
c1eb0c54a3
5 changed files with 45 additions and 8 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue