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
|
||||
|
||||
# Python
|
||||
isort
|
||||
ruff
|
||||
poetry
|
||||
(python3.withPackages
|
||||
(ps: with ps; [python-lsp-server]))
|
||||
(ps:
|
||||
with ps; [
|
||||
black
|
||||
isort
|
||||
ruff
|
||||
mypy
|
||||
python-lsp-server
|
||||
]))
|
||||
|
||||
# Fortran
|
||||
gfortran
|
||||
|
|
Loading…
Reference in a new issue