pyright back to pylsp, black back to ruff formatting

Move isort / mypy inside python packages to get env correctly
This commit is contained in:
Evie Litherland-Smith 2024-02-16 16:54:43 +00:00
parent 6086facb8c
commit 193b270483

View file

@ -6,11 +6,9 @@
# Python
(python3.withPackages
(ps: with ps; [ipython numpy]))
black
isort
(ps: with ps; [isort mypy python-lsp-server ipython numpy]))
ruff
poetry
nodePackages.pyright
# Fortran
gfortran