Remove extra python linters (focus on flake8)

This commit is contained in:
Edward Litherland-Smith 2022-03-03 13:53:47 +00:00
parent 2e8dc165c9
commit 87fe25f9f3

View file

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