From 7200c67e066f698878f5ba999e6ed51e6c8ff91f Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 24 Jan 2024 09:34:46 +0000 Subject: [PATCH] Remove ruff as python-lsp-ruff handles it, add pyflakes for emacs --- system/emacs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/emacs.nix b/system/emacs.nix index b1ff6ab5..cc1c7854 100644 --- a/system/emacs.nix +++ b/system/emacs.nix @@ -27,8 +27,8 @@ nixfmt black isort + python3Packages.pyflakes fprettify - ruff rustfmt stylua shfmt