summaryrefslogtreecommitdiff
path: root/doc/ale-python.txt
diff options
context:
space:
mode:
authorEddie Lebow <elebow@users.noreply.github.com>2018-09-15 21:38:26 -0400
committerEddie Lebow <elebow@users.noreply.github.com>2018-09-15 22:10:46 -0400
commitdbe93529352880068cb738abb93a1bc009bf73ed (patch)
tree2b2d1ebe0a08cc2b86af3b12a0575b031645c306 /doc/ale-python.txt
parent56e67c5811024ef25e1d8792193c725241bdc04b (diff)
downloadale-dbe93529352880068cb738abb93a1bc009bf73ed.zip
Add `python_auto_pipenv` config var for all python linters.
This allows a user to set one variable instead of eight.
Diffstat (limited to 'doc/ale-python.txt')
-rw-r--r--doc/ale-python.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ale-python.txt b/doc/ale-python.txt
index 9edb2996..0b8e1746 100644
--- a/doc/ale-python.txt
+++ b/doc/ale-python.txt
@@ -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*