mypy linter capture stderr for error reporting in ALEInfo

This commit is contained in:
Richard French 2019-08-15 16:36:11 +01:00
parent 28c93ab185
commit 266fa1c0a4
1 changed files with 1 additions and 0 deletions

View File

@ -78,4 +78,5 @@ call ale#linter#Define('python', {
\ 'executable': function('ale_linters#python#mypy#GetExecutable'),
\ 'command': function('ale_linters#python#mypy#GetCommand'),
\ 'callback': 'ale_linters#python#mypy#Handle',
\ 'output_stream': 'both'
\})