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:
commit
1560f4ce03
@ -1,7 +1,7 @@
|
|||||||
" Author: Keith Smiley <k@keith.so>
|
" Author: Keith Smiley <k@keith.so>
|
||||||
" Description: mypy support for optional python typechecking
|
" 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
|
function! g:ale_linters#python#mypy#GetCommand(buffer) abort
|
||||||
return g:ale#util#stdin_wrapper
|
return g:ale#util#stdin_wrapper
|
||||||
|
Loading…
Reference in New Issue
Block a user