update: add pyright as linter for python language

This commit is contained in:
Pascal Popp 2024-10-06 20:45:38 +02:00
parent 1713e6905e
commit 5b1484b0bf
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@ return {
local lint = require 'lint'
lint.linters_by_ft = {
markdown = { 'markdownlint' },
python = { 'pylint' },
}
-- To allow other plugins to add linters to require('lint').linters_by_ft,