More typing work

Also use a mypy based linter when editing
This commit is contained in:
Kovid Goyal
2020-03-08 11:02:14 +05:30
parent 9b32f18109
commit cc1336a616
43 changed files with 333 additions and 196 deletions

View File

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