Merge pull request #265 from aswins/mypy_fix

Fix using variable g:ale_python_mypy_options that was not defined
This commit is contained in:
w0rp 2017-01-18 10:35:52 +00:00 committed by GitHub
commit 1560f4ce03
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
" Author: Keith Smiley <k@keith.so>
" Description: mypy support for optional python typechecking
let g:ale_python_mypy_args = get(g:, 'ale_python_mypy_options', '')
let g:ale_python_mypy_options = get(g:, 'ale_python_mypy_options', '')
function! g:ale_linters#python#mypy#GetCommand(buffer) abort
return g:ale#util#stdin_wrapper