Look for mypy.ini to find Python project roots too

This commit is contained in:
w0rp 2017-12-17 12:38:46 +00:00
parent 7e793c9d71
commit 55e09a4a2d
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ function! ale#python#FindProjectRootIni(buffer) abort
\|| filereadable(l:path . '/setup.cfg')
\|| filereadable(l:path . '/pytest.ini')
\|| filereadable(l:path . '/tox.ini')
\|| filereadable(l:path . '/mypy.ini')
\|| filereadable(l:path . '/pycodestyle.cfg')
\|| filereadable(l:path . '/flake8.cfg')
return l:path