Flake: add mypy and pylsp-mypy

This commit is contained in:
Toast 2025-05-13 21:00:06 +02:00
parent b5c6b33c68
commit bc6c17b940

View file

@ -16,6 +16,8 @@
(
python3.withPackages (ps: with ps;[
python-lsp-server
pylsp-mypy
mypy
pyside6
tomlkit
]