helix: use ruff

This commit is contained in:
Giulio De Pasquale 2023-11-21 13:30:43 +01:00
parent 5e6f60b8d5
commit 353cc6cc31

View File

@ -3,10 +3,7 @@
let let
pythonPkgs = with pkgs.python3Packages; [ pythonPkgs = with pkgs.python3Packages; [
python-lsp-server python-lsp-server
pyflakes python-lsp-ruff
rope
yapf
autoflake
]; ];
in in
{ {
@ -61,6 +58,7 @@ in
nodePackages.typescript nodePackages.typescript
nodePackages.svelte-language-server nodePackages.svelte-language-server
nixpkgs-fmt nixpkgs-fmt
ruff
] ++ pythonPkgs; ] ++ pythonPkgs;
}; };
} }