feat: use pylint

This commit is contained in:
dario 2025-10-08 09:40:58 +02:00 committed by dasvh
parent c0c62c5a82
commit fa2ed01113
1 changed files with 1 additions and 0 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,