Switch back to pyright

Mypy type checking wasn't good enough for working on Indica, pyright is
This commit is contained in:
Evie Litherland-Smith 2023-12-07 16:59:10 +00:00
parent 831fc768f2
commit 6ace75e967

View file

@ -174,9 +174,8 @@
shellcheck
rust-analyzer
luajitPackages.lua-lsp
nodePackages.pyright
nodePackages.yaml-language-server
nodePackages.bash-language-server
(python3.withPackages
(ps: with ps; [ python-lsp-server python-lsp-ruff pylsp-mypy ]))
];
}