Fix using variable g:ale_python_mypy_options that was not defined
This commit is contained in:
parent
41686980fd
commit
d45505e135
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue