Remove mypy option, too strict
This commit is contained in:
parent
4280b412b5
commit
1d39dc24a3
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue