summaryrefslogtreecommitdiff
path: root/doc/ale-python.txt
diff options
context:
space:
mode:
authorMiklós Tusz <mdtusz@gmail.com>2018-10-10 09:05:52 -0400
committerMiklós Tusz <mdtusz@gmail.com>2018-12-21 20:07:14 -0800
commit1c9ad77866f360f88bcd37b5c625c3fb0c6ff6bb (patch)
treef84b0a83bd87402e9bebaa18a8244d41ff1af76d /doc/ale-python.txt
parent6619e1ac53143dd4f09223c9414e1159852aaf31 (diff)
downloadale-1c9ad77866f360f88bcd37b5c625c3fb0c6ff6bb.zip
Add documentation for python_black_auto_pipenv
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 f3f2801a..3ab58482 100644
--- a/doc/ale-python.txt
+++ b/doc/ale-python.txt
@@ -91,6 +91,14 @@ g:ale_python_black_use_global *g:ale_python_black_use_global*
See |ale-integrations-local-executables|
+g:ale_python_black_auto_pipenv *g:ale_python_black_auto_pipenv*
+ *b:ale_python_black_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.
+
===============================================================================
flake8 *ale-python-flake8*