mirror of https://github.com/dense-analysis/ale
Ignore executable check when executable is pipenv
This commit is contained in:
parent
6efca486e8
commit
d27a3f453c
|
@ -24,7 +24,7 @@ function! ale#fixers#isort#Fix(buffer) abort
|
||||||
\ ? ' run isort'
|
\ ? ' run isort'
|
||||||
\ : ''
|
\ : ''
|
||||||
|
|
||||||
if !executable(l:executable)
|
if !executable(l:executable) && l:executable != 'pipenv'
|
||||||
return 0
|
return 0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue