mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
chore: remove some unused files and minor typo fix (#5029)
removed some files that seem not needed any longer and a minor typo in code comment
This commit is contained in:
@@ -200,7 +200,7 @@ function! ale#python#PoetryPresent(buffer) abort
|
|||||||
return findfile('poetry.lock', expand('#' . a:buffer . ':p:h') . ';') isnot# ''
|
return findfile('poetry.lock', expand('#' . a:buffer . ':p:h') . ';') isnot# ''
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" Detects whether a poetry environment is present.
|
" Detects whether a uv environment is present.
|
||||||
function! ale#python#UvPresent(buffer) abort
|
function! ale#python#UvPresent(buffer) abort
|
||||||
return findfile('uv.lock', expand('#' . a:buffer . ':p:h') . ';') isnot# ''
|
return findfile('uv.lock', expand('#' . a:buffer . ':p:h') . ';') isnot# ''
|
||||||
endfunction
|
endfunction
|
||||||
|
|||||||
Reference in New Issue
Block a user