mirror of
https://github.com/dense-analysis/ale
synced 2024-12-25 07:32:24 +00:00
5cc6b933b1
Python fixers and linters were failing when vim is running in a virtual environment that's located in a path containing text `poetry`. The cause of this was the regular expression `poetry\|pipenv\|uv$` which matches `poetry` and `pipenv` if they appear anywhere in the virtualenv path. |
||
---|---|---|
.. | ||
ale | ||
asyncomplete/sources | ||
ale.vim |