From 193b2704836473944f45b5b1e615c8165f590e64 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 16 Feb 2024 16:54:43 +0000 Subject: [PATCH] pyright back to pylsp, black back to ruff formatting Move isort / mypy inside python packages to get env correctly --- home/prog/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/home/prog/default.nix b/home/prog/default.nix index 1768624a..a381b828 100644 --- a/home/prog/default.nix +++ b/home/prog/default.nix @@ -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