fix(black): remove unknown blackd from conform (#1640)

This commit is contained in:
jyuan0
2023-10-09 03:15:15 -04:00
committed by GitHub
parent cc8397ade3
commit 1779858426

View File

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