pyright back to pylsp, black back to ruff formatting
Move isort / mypy inside python packages to get env correctly
This commit is contained in:
parent
6086facb8c
commit
193b270483
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue