mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Set syntastic checker to use the py2 version of flake8 explicitly
This commit is contained in:
parent
f1cd5d7194
commit
d462731e4c
@ -16,6 +16,7 @@ let g:syntastic_cpp_include_dirs = [
|
||||
\'/usr/include/ImageMagick',
|
||||
\]
|
||||
let g:syntastic_c_include_dirs = g:syntastic_cpp_include_dirs
|
||||
let g:syntastic_python_checkers = ['flake8-python2']
|
||||
|
||||
set wildignore+=resources/viewer/mathjax/*
|
||||
set wildignore+=build/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user