Add mypy and black to standard python install
Move ruff and isort to be python modules instead of standalone
This commit is contained in:
parent
1eb38481e5
commit
39fe7cde05
|
@ -5,11 +5,16 @@
|
||||||
nil
|
nil
|
||||||
|
|
||||||
# Python
|
# Python
|
||||||
isort
|
|
||||||
ruff
|
|
||||||
poetry
|
poetry
|
||||||
(python3.withPackages
|
(python3.withPackages
|
||||||
(ps: with ps; [python-lsp-server]))
|
(ps:
|
||||||
|
with ps; [
|
||||||
|
black
|
||||||
|
isort
|
||||||
|
ruff
|
||||||
|
mypy
|
||||||
|
python-lsp-server
|
||||||
|
]))
|
||||||
|
|
||||||
# Fortran
|
# Fortran
|
||||||
gfortran
|
gfortran
|
||||||
|
|
Loading…
Reference in a new issue