Add mypy as preferred python linter
This commit is contained in:
parent
d1ccf6f410
commit
bf523d819c
|
@ -2,7 +2,7 @@ setlocal shiftwidth=4
|
||||||
setlocal softtabstop=4
|
setlocal softtabstop=4
|
||||||
setlocal textwidth=88
|
setlocal textwidth=88
|
||||||
|
|
||||||
let b:ale_linters = ['flake8']
|
let b:ale_linters = ['mypy', 'flake8']
|
||||||
let b:ale_fixers = ['black']
|
let b:ale_fixers = ['black']
|
||||||
|
|
||||||
let g:python_style = 'rest'
|
let g:python_style = 'rest'
|
||||||
|
|
Loading…
Reference in a new issue