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 # Python
(python3.withPackages (python3.withPackages
(ps: with ps; [ipython numpy])) (ps: with ps; [isort mypy python-lsp-server ipython numpy]))
black ruff
isort
poetry poetry
nodePackages.pyright
# Fortran # Fortran
gfortran gfortran