Add ignore E203 to vimrc
This commit is contained in:
parent
38da2abbb0
commit
c547703cc4
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ let g:ale_python_mypy_options = '--strict --strict-optional'
|
|||
|
||||
let g:pymode_options_max_line_length = 90
|
||||
let g:pymode_options_colorcolumn = 0
|
||||
let g:pymode_lint_ignore = ["E203"]
|
||||
|
||||
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