Swap pylsp+mypy for pyright

This commit is contained in:
Evie Litherland-Smith 2024-10-18 15:18:42 +01:00
parent 89c45cab99
commit 4c3b24bd60

View file

@ -124,14 +124,13 @@
## Language servers ## Language servers
nixd nixd
pyright
lua-language-server lua-language-server
## Interpreters ## Interpreters
(python3.withPackages ( (python3.withPackages (
ps: with ps; [ ps: with ps; [
tkinter tkinter
python-lsp-server
mypy
numpy numpy
scipy scipy
xarray xarray