nvim: after/plugin/nvim-lint: Drop pylint and use ruff
This commit is contained in:
parent
5abfc19676
commit
ad1c594245
1 changed files with 1 additions and 1 deletions
|
@ -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' },
|
||||
|
|
Loading…
Reference in a new issue