From 746a95e4a3889d497a432171372fce7c6c2fdb0b Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 29 Nov 2024 10:22:49 +0000 Subject: [PATCH] Add flake8 and isort to default python env --- system/home/emacs/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/home/emacs/default.nix b/system/home/emacs/default.nix index 0be71400..07c3c71d 100644 --- a/system/home/emacs/default.nix +++ b/system/home/emacs/default.nix @@ -78,6 +78,8 @@ python-lsp-server pylsp-rope rope + flake8 + isort mypy numpy scipy