Remove extra python linters (focus on flake8)
This commit is contained in:
parent
2e8dc165c9
commit
87fe25f9f3
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue