mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-31 08:34:30 +08:00
Correct typo in python config filenames (#3826)
* Correct typo in a config file filename. .tool_versions should be .tool-versions * Correct typo in config file names. .tool_versions should be .tool-versions
This commit is contained in:
@@ -34,7 +34,7 @@ function! ale#python#FindProjectRootIni(buffer) abort
|
||||
\|| filereadable(l:path . '/Pipfile.lock')
|
||||
\|| filereadable(l:path . '/poetry.lock')
|
||||
\|| filereadable(l:path . '/pyproject.toml')
|
||||
\|| filereadable(l:path . '/.tool_versions')
|
||||
\|| filereadable(l:path . '/.tool-versions')
|
||||
return l:path
|
||||
endif
|
||||
endfor
|
||||
|
||||
Reference in New Issue
Block a user