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
|
# 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
|
||||||
|
|
Loading…
Reference in a new issue