Remove black as python formatter for now

This commit is contained in:
2025-07-08 15:00:12 +02:00
parent a459b74dbe
commit cdc482b593
@@ -44,7 +44,6 @@
formatters_by_ft = { formatters_by_ft = {
lua = [ "stylua" ]; lua = [ "stylua" ];
python = [ "black" ];
nix = [ "nixfmt" ]; nix = [ "nixfmt" ];
}; };
}; };