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' },
|
haskell = { 'hlint' },
|
||||||
javascript = { 'eslint' },
|
javascript = { 'eslint' },
|
||||||
lua = { 'luacheck' },
|
lua = { 'luacheck' },
|
||||||
python = { 'pylint', 'mypy' },
|
python = { 'pylint' },
|
||||||
sh = { 'shellcheck' },
|
sh = { 'shellcheck' },
|
||||||
typescript = { 'eslint' },
|
typescript = { 'eslint' },
|
||||||
yaml = { 'yamllint' },
|
yaml = { 'yamllint' },
|
||||||
|
|
Loading…
Reference in a new issue