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 = {
package = pkgs.python3Packages.vulture;
};
write_good = {
package = pkgs.write-good;
};
};
formatting = {
alejandra = {