nvim: after/plugin/nvim-lint: Remove flake8 as a linter for Python
This commit is contained in:
parent
8aeabd9473
commit
664db0f770
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ nvim_lint.linters_by_ft = {
|
||||||
javascript = { 'eslint' },
|
javascript = { 'eslint' },
|
||||||
lua = { 'luacheck' },
|
lua = { 'luacheck' },
|
||||||
markdown = { 'vale', 'languagetool' },
|
markdown = { 'vale', 'languagetool' },
|
||||||
python = { 'pylint', 'mypy', 'flake8' },
|
python = { 'pylint', 'mypy' },
|
||||||
sh = { 'shellcheck' },
|
sh = { 'shellcheck' },
|
||||||
typescript = { 'eslint' },
|
typescript = { 'eslint' },
|
||||||
text = { 'vale', 'languagetool' },
|
text = { 'vale', 'languagetool' },
|
||||||
|
|
Loading…
Reference in a new issue