fix(black): remove unknown blackd from conform

This commit is contained in:
Jacob Yuan 2023-10-09 02:59:12 -04:00
parent eddd3af351
commit a5939c20ba

View file

@ -18,7 +18,7 @@ return {
optional = true,
opts = {
formatters_by_ft = {
["python"] = { { "blackd", "black" } },
["python"] = { "black" },
},
},
},