Run flake8 and vint in azure
This commit is contained in:
parent
e82035f716
commit
fc802b61bd
10 changed files with 78 additions and 46 deletions
|
|
@ -15,8 +15,8 @@
|
|||
|
||||
|
||||
" Boilerplate {{{
|
||||
let s:save_cpo = &cpo
|
||||
set cpo&vim
|
||||
let s:save_cpo = &cpoptions
|
||||
set cpoptions&vim
|
||||
" }}}
|
||||
|
||||
|
||||
|
|
@ -111,6 +111,6 @@ function! vimspector#ListBreakpoints() abort
|
|||
endfunction
|
||||
|
||||
" Boilerplate {{{
|
||||
let &cpo=s:save_cpo
|
||||
let &cpoptions=s:save_cpo
|
||||
unlet s:save_cpo
|
||||
" }}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue