vimrc: disable pylint bad-continuation
All checks were successful
dotfiles/pipeline/head This commit looks good
All checks were successful
dotfiles/pipeline/head This commit looks good
This commit is contained in:
parent
2f0abfda38
commit
1de3ee069a
@ -70,7 +70,7 @@ let g:airline_theme = 'sonokai'
|
|||||||
" Ale
|
" Ale
|
||||||
let g:ale_linters = {'python': ['pylint', 'mypy'],}
|
let g:ale_linters = {'python': ['pylint', 'mypy'],}
|
||||||
let g:ale_fixers = {'python': ['black', 'isort']}
|
let g:ale_fixers = {'python': ['black', 'isort']}
|
||||||
let g:ale_python_pylint_options = '--disable=C0111'
|
let g:ale_python_pylint_options = '--disable=C0111,C0330'
|
||||||
let g:ale_python_mypy_options = '--ignore-missing-imports --disallow-untyped-defs --disallow-incomplete-defs'
|
let g:ale_python_mypy_options = '--ignore-missing-imports --disallow-untyped-defs --disallow-incomplete-defs'
|
||||||
|
|
||||||
" Black
|
" Black
|
||||||
|
Loading…
x
Reference in New Issue
Block a user