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
pythonPkgs = with pkgs.python3Packages; [
python-lsp-server
pyflakes
rope
yapf
autoflake
python-lsp-ruff
];
in
{
@ -61,6 +58,7 @@ in
nodePackages.typescript
nodePackages.svelte-language-server
nixpkgs-fmt
ruff
] ++ pythonPkgs;
};
}