From 0bd6aa9de58f74e17d6e495ecefcd0a7a346a8dd Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 12 Dec 2024 10:10:29 +0000 Subject: [PATCH] Add isort and flake8 to default python package set --- system/home/programming/python/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/home/programming/python/default.nix b/system/home/programming/python/default.nix index 30135bc1..7808eee4 100644 --- a/system/home/programming/python/default.nix +++ b/system/home/programming/python/default.nix @@ -7,6 +7,8 @@ python-lsp-server pylsp-rope rope + isort + flake8 mypy pyyaml numpy