nvim: after/plugin/nvim-lint: Drop mypy for Python linting

This commit is contained in:
Sanchayan Maity 2022-11-25 16:49:18 +05:30
parent b0e55a6e60
commit 42c06b8f2f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ nvim_lint.linters_by_ft = {
haskell = { 'hlint' },
javascript = { 'eslint' },
lua = { 'luacheck' },
python = { 'pylint', 'mypy' },
python = { 'pylint' },
sh = { 'shellcheck' },
typescript = { 'eslint' },
yaml = { 'yamllint' },