plugins/none-ls: add diagnostic source: write_good

This commit is contained in:
budimanjojo 2023-12-06 10:37:53 +07:00 committed by Gaétan Lepage
parent db8a3cfa10
commit 19f5f81560
2 changed files with 4 additions and 0 deletions

View file

@ -84,6 +84,9 @@ with lib; let
vulture = { vulture = {
package = pkgs.python3Packages.vulture; package = pkgs.python3Packages.vulture;
}; };
write_good = {
package = pkgs.write-good;
};
}; };
formatting = { formatting = {
alejandra = { alejandra = {

View file

@ -76,6 +76,7 @@
luacheck.enable = true; luacheck.enable = true;
mypy.enable = true; mypy.enable = true;
pylint.enable = true; pylint.enable = true;
write_good.enable = true;
}; };
formatting = { formatting = {
alejandra.enable = true; alejandra.enable = true;