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