Implement proper editor integration for mypy

This commit is contained in:
Kovid Goyal
2020-03-08 14:39:46 +05:30
parent d84cff0baf
commit 7057bc663e
6 changed files with 37 additions and 42 deletions

View File

@@ -1,6 +1,7 @@
" Scan the following dirs recursively for tags
let g:project_tags_dirs = ['kitty', 'kittens']
let g:syntastic_python_checkers = ['pylama']
let g:syntastic_python_checkers = ['mypy', 'flake8']
let g:syntastic_python_mypy_exec = './mypy-editor-integration'
let g:ycm_python_binary_path = 'python3'
set wildignore+==template.py
set wildignore+=tags