Run flake8 and vint in azure

This commit is contained in:
Ben Jackson 2019-05-08 23:23:33 +01:00
commit fc802b61bd
10 changed files with 78 additions and 46 deletions

View file

@ -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
" }}}