mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 05:04:28 +08:00
Ignore executable check when executable is pipenv
This commit is contained in:
@@ -24,7 +24,7 @@ function! ale#fixers#isort#Fix(buffer) abort
|
||||
\ ? ' run isort'
|
||||
\ : ''
|
||||
|
||||
if !executable(l:executable)
|
||||
if !executable(l:executable) && l:executable != 'pipenv'
|
||||
return 0
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user