nvim: after/plugin/nvim-lint: Drop mypy for Python linting
This commit is contained in:
parent
b0e55a6e60
commit
42c06b8f2f
1 changed files with 1 additions and 1 deletions
|
@ -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' },
|
||||
|
|
Loading…
Reference in a new issue