nvim: after/plugin/nvim-lint: Remove flake8 as a linter for Python

This commit is contained in:
Sanchayan Maity 2022-05-19 11:11:03 +05:30
parent 8aeabd9473
commit 664db0f770
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ nvim_lint.linters_by_ft = {
javascript = { 'eslint' },
lua = { 'luacheck' },
markdown = { 'vale', 'languagetool' },
python = { 'pylint', 'mypy', 'flake8' },
python = { 'pylint', 'mypy' },
sh = { 'shellcheck' },
typescript = { 'eslint' },
text = { 'vale', 'languagetool' },