mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-02 21:44:37 +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,
|
||||
opts = {
|
||||
formatters_by_ft = {
|
||||
["python"] = { { "blackd", "black" } },
|
||||
["python"] = { "black" },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue