diff options
Diffstat (limited to 'lua/mason-registry/index/mypy/init.lua')
| -rw-r--r-- | lua/mason-registry/index/mypy/init.lua | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lua/mason-registry/index/mypy/init.lua b/lua/mason-registry/index/mypy/init.lua deleted file mode 100644 index 05f68afd..00000000 --- a/lua/mason-registry/index/mypy/init.lua +++ /dev/null @@ -1,11 +0,0 @@ -local Pkg = require "mason-core.package" -local pip3 = require "mason-core.managers.pip3" - -return Pkg.new { - name = "mypy", - desc = [[Mypy is a static type checker for Python. ]], - homepage = "https://github.com/python/mypy", - languages = { Pkg.Lang.Python }, - categories = { Pkg.Cat.Linter }, - install = pip3.packages { "mypy", bin = { "mypy" } }, -} |
