Add pylint to python linters for default Heimdall setup

This commit is contained in:
Edward Litherland-Smith 2021-09-06 14:58:43 +01:00
parent 7e7afb7ba6
commit 2748712547

View file

@ -2,7 +2,7 @@ setlocal shiftwidth=4
setlocal softtabstop=4
setlocal textwidth=88
let b:ale_linters = ['flake8', 'mypy', 'jedils']
let b:ale_linters = ['flake8', 'mypy', 'jedils', 'pylint']
let b:ale_fixers = ['black']
let g:python_style = 'rest'