summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvor Peles <ivorpeles@gmail.com>2020-10-06 02:27:08 -0400
committerIvor Peles <ivorpeles@gmail.com>2020-11-21 19:24:19 -0500
commit64471e6ea88cc45dcd33e3a0ca5ee857797985e3 (patch)
treef310b493a71fbf31af91e5eff2ccb802f2ff1169
parent373ffa0f316f14559870fb3903d723c6d88597ee (diff)
downloadale-64471e6ea88cc45dcd33e3a0ca5ee857797985e3.zip
Document ale_python_isort_auto_pipenv option
-rw-r--r--doc/ale-python.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ale-python.txt b/doc/ale-python.txt
index f0c8bfb8..504705f2 100644
--- a/doc/ale-python.txt
+++ b/doc/ale-python.txt
@@ -280,6 +280,15 @@ g:ale_python_isort_use_global *g:ale_python_isort_use_global*
See |ale-integrations-local-executables|
+g:ale_python_isort_auto_pipenv *g:ale_python_isort_auto_pipenv*
+ *b:ale_python_isort_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.
+
+
===============================================================================
mypy *ale-python-mypy*