diff --git a/autoload/ale/python.vim b/autoload/ale/python.vim index 81ab6eb7..8e239a94 100644 --- a/autoload/ale/python.vim +++ b/autoload/ale/python.vim @@ -200,7 +200,7 @@ function! ale#python#PoetryPresent(buffer) abort return findfile('poetry.lock', expand('#' . a:buffer . ':p:h') . ';') isnot# '' endfunction -" Detects whether a poetry environment is present. +" Detects whether a uv environment is present. function! ale#python#UvPresent(buffer) abort return findfile('uv.lock', expand('#' . a:buffer . ':p:h') . ';') isnot# '' endfunction diff --git a/test-files/python/no_uv/whatever.py b/test-files/python/no_uv/whatever.py deleted file mode 100644 index e69de29b..00000000 diff --git a/test/test-files/python/uv/.gitkeep b/test/test-files/python/uv/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/test/test-files/python/uv/whatever.py b/test/test-files/python/uv/whatever.py deleted file mode 100644 index e69de29b..00000000