feature(devshell): add pyflakes to catch missing imports
continuous-integration/drone/push Build is failing Details

pull/97/head
Houkime 2024-03-01 13:55:02 +00:00
parent f5d7666614
commit f840a6e204
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
pylsp-mypy
python-lsp-black
python-lsp-server
pyflakes
typer # for strawberry
] ++ strawberry-graphql.optional-dependencies.cli));