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:
Yining
2025-08-15 21:23:31 +10:00
committed by GitHub
parent 84eae97bf2
commit 34d1fd266b
4 changed files with 1 additions and 1 deletions

View File

@@ -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