Add python_auto_pipenv config var for all python linters.

This allows a user to set one variable instead of eight.
This commit is contained in:
Eddie Lebow
2018-09-15 21:38:26 -04:00
parent 56e67c5811
commit dbe9352935
10 changed files with 26 additions and 8 deletions

View File

@@ -2,6 +2,14 @@
ALE Python Integration *ale-python-options*
g:ale_python_auto_pipenv *g:ale_python_auto_pipenv*
*b:ale_python_auto_pipenv*
Type: |Number|
Default: `0`
Detect whether the file is inside a pipenv, and set the executable to `pipenv`
if true. This is overridden by a manually-set executable.
===============================================================================
ALE Python Project Root Behavior *ale-python-root*