nvim: after/plugin/nvim-lint: Drop pylint and use ruff

This commit is contained in:
Sanchayan Maity 2023-01-26 15:23:22 +05:30
parent 5abfc19676
commit ad1c594245
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ nvim_lint.linters_by_ft = {
javascript = { 'eslint_d' },
lua = { 'luacheck' },
markdown = { 'vale' },
python = { 'pylint' },
python = { 'ruff' },
sh = { 'shellcheck' },
typescript = { 'eslint_d' },
yaml = { 'yamllint' },