drop black as formatter since we already use ruff

This commit is contained in:
Jörg Thalheim 2024-09-17 10:55:17 +02:00
parent 91b55c6942
commit 01b85c1ee5

View File

@ -29,7 +29,6 @@
];
programs.shellcheck.enable = true;
programs.deno.enable = true;
programs.black.enable = true;
};
packages = {
default = pkgs.mkShell {