Prefix mandatory flake8 arguments with extra spaces so they will always work
This commit is contained in:
parent
9191750b5b
commit
3b486d3475
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ endfunction
|
|||
|
||||
function! ale_linters#python#flake8#GetCommand(buffer) abort
|
||||
return ale_linters#python#flake8#GetExecutable(a:buffer)
|
||||
\ . ' ' . g:ale_python_flake8_args . '--stdin-display-name %s -'
|
||||
\ . ' ' . g:ale_python_flake8_args . ' --stdin-display-name %s -'
|
||||
endfunction
|
||||
|
||||
call ale#linter#Define('python', {
|
||||
|
|
Reference in a new issue