mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-04 06:24:39 +02:00
fix(black): remove unknown blackd from conform (#1640)
This commit is contained in:
parent
cc8397ade3
commit
1779858426
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ return {
|
||||||
optional = true,
|
optional = true,
|
||||||
opts = {
|
opts = {
|
||||||
formatters_by_ft = {
|
formatters_by_ft = {
|
||||||
["python"] = { { "blackd", "black" } },
|
["python"] = { "black" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue