Skip to content

Commit

Permalink
fix(yapf): install toml to support parsing .toml config files (#682)
Browse files Browse the repository at this point in the history
Fixes #680.
  • Loading branch information
williamboman authored Nov 20, 2022
1 parent 7e1d030 commit 60a03f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/mason-registry/yapf/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ return Pkg.new {
homepage = "https://pypi.org/project/yapf/",
languages = { Pkg.Lang.Python },
categories = { Pkg.Cat.Formatter },
install = pip3.packages { "yapf", bin = { "yapf" } },
install = pip3.packages { "yapf", "toml", bin = { "yapf" } },
}

0 comments on commit 60a03f5

Please sign in to comment.