use ruff for py

This commit is contained in:
EdenQwQ 2025-03-21 17:25:44 +08:00
parent e3057eeb07
commit 31145354fb
4 changed files with 5 additions and 8 deletions

View file

@ -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 = {