Lacheck was reporting false errors
This commit is contained in:
parent
ff01558f73
commit
3be0c83c89
1 changed files with 2 additions and 0 deletions
|
@ -93,7 +93,9 @@ inoremap <silent><expr> <TAB>
|
|||
\ pumvisible() ? "\<C-n>" :
|
||||
\ <SID>check_back_space() ? "\<TAB>" :
|
||||
\ coc#refresh()
|
||||
|
||||
let g:ale_python_mypy_options = '--strict --strict-optional'
|
||||
let g:ale_linters_ignore = ['lacheck']
|
||||
|
||||
let g:pymode_options_max_line_length = 90
|
||||
let g:pymode_options_colorcolumn = 0
|
||||
|
|
Loading…
Add table
Reference in a new issue