mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-05-11 17:35:56 +08:00
use ruff for py
This commit is contained in:
parent
e3057eeb07
commit
31145354fb
4 changed files with 5 additions and 8 deletions
|
|
@ -27,7 +27,7 @@
|
|||
};
|
||||
};
|
||||
servers = {
|
||||
pyright.enable = true;
|
||||
ruff.enable = true;
|
||||
lua_ls.enable = true;
|
||||
bashls.enable = true;
|
||||
nixd = {
|
||||
|
|
@ -92,7 +92,7 @@
|
|||
"injected"
|
||||
];
|
||||
yaml = [ "yamlfmt" ];
|
||||
python = [ "black" ];
|
||||
python = [ "ruff" ];
|
||||
tex = [ "latexindent" ];
|
||||
};
|
||||
formatters = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue