Add mypy and black to standard python install

Move ruff and isort to be python modules instead of standalone
This commit is contained in:
Evie Litherland-Smith 2024-03-18 07:49:16 +00:00
parent 1eb38481e5
commit 39fe7cde05

View file

@ -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