summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHoracio Sanson <hsanson@gmail.com>2021-01-08 10:43:34 +0900
committerGitHub <noreply@github.com>2021-01-08 10:43:34 +0900
commit54dd731cf14c809ebcc9c21b41084a17c5411744 (patch)
tree39ec4ab0d7ad9b3f9062add164a1914d07c6af49 /doc
parent4c454c96a9d142475b155a94cc24fad34eca26b2 (diff)
parentce3d891bed18f610beb9117518ef560871ef00a0 (diff)
downloadale-54dd731cf14c809ebcc9c21b41084a17c5411744.zip
Merge pull request #3386 from ivorpeles/master
Make isort fixer recognize auto_pipenv flag
Diffstat (limited to 'doc')
-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*