mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 20:54:26 +08:00
Use better string comparison operators in isort fixer
This commit is contained in:
@@ -24,7 +24,7 @@ function! ale#fixers#isort#Fix(buffer) abort
|
|||||||
\ ? ' run isort'
|
\ ? ' run isort'
|
||||||
\ : ''
|
\ : ''
|
||||||
|
|
||||||
if !executable(l:executable) && l:executable !=# 'pipenv'
|
if !executable(l:executable) && l:executable isnot# 'pipenv'
|
||||||
return 0
|
return 0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user