Remove mypy option, too strict

This commit is contained in:
flyingscorpio@arch-desktop 2020-04-22 15:28:33 +02:00
parent 4280b412b5
commit 1d39dc24a3

View file

@ -89,7 +89,8 @@ filetype plugin indent on " required
" PLUGIN OPTIONS {{{
let g:ale_python_mypy_options = '--strict --strict-optional'
" uncomment to set strict mypy checking
"let g:ale_python_mypy_options = '--strict --strict-optional'
let g:ycm_extra_conf_globlist = ['!~/*'] " is overwritten in autogroups for c
let g:ycm_autoclose_preview_window_after_insertion = 1