helix: use ruff
This commit is contained in:
parent
5e6f60b8d5
commit
353cc6cc31
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user