mirror of
https://github.com/dense-analysis/ale.git
synced 2026-05-19 23:09:58 +08:00
Fix using variable g:ale_python_mypy_options that was not defined
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user