From ed8438d14e07154705314f6acaa136f3347c4c62 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 23 Jan 2025 16:45:21 +0000 Subject: [PATCH] Swap flake8 for pyflakes in default python env --- system/home/programming/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/home/programming/default.nix b/system/home/programming/default.nix index fb10d305..e4e0bfb4 100644 --- a/system/home/programming/default.nix +++ b/system/home/programming/default.nix @@ -7,7 +7,7 @@ ps: with ps; [ ipython python-lsp-server - flake8 + pyflakes isort numpy scipy