mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 14:06:14 +02:00
Add simplify
plugin to linting checks (#1630)
* add simplify plugin for flakeheaven * update lock file * fix linting issues in current codebase
This commit is contained in:
parent
1e69495728
commit
b508ed6c9a
10 changed files with 55 additions and 45 deletions
|
@ -48,6 +48,7 @@ flakeheaven = ">=3.0"
|
|||
flake8-black = ">=0.3.3"
|
||||
flake8-isort = ">=5.0.0"
|
||||
flake8-type-checking = ">=2.2.0"
|
||||
flake8-simplify = ">=0.19"
|
||||
ipdb = "*"
|
||||
isort = ">=5.10"
|
||||
mkdocs = ">=1.0,<1.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue