summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-05-07 16:16:17 +0100
committerw0rp <devw0rp@gmail.com>2017-05-07 16:16:17 +0100
commit4228c503f4e89c50606bf225958363ceb349fecd (patch)
treed01507848d40f6c74ec219cea95e0e7c3bc2de90 /doc
parent02f6fba6cbab2adfefb52de5f52ced4dbe153c10 (diff)
downloadale-4228c503f4e89c50606bf225958363ceb349fecd.zip
#335 Detect flake8 in vritualenv, and escape the executable path
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-python.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/ale-python.txt b/doc/ale-python.txt
index 00aa9b38..29646714 100644
--- a/doc/ale-python.txt
+++ b/doc/ale-python.txt
@@ -31,6 +31,18 @@ g:ale_python_flake8_options *g:ale_python_flake8_options*
`python3 -m pip install --user flake8`).
+g:ale_python_flake8_use_global *g:ale_python_flake8_use_global*
+ *b:ale_python_flake8_use_global*
+ Type: |Number|
+ Default: `0`
+
+ This variable controls whether or not ALE will search for flake8 in a
+ virtualenv directory first. If this variable is set to `1`, then ALE will
+ always use |g:ale_python_flake8_executable| for the executable path.
+
+ Both variables can be set with `b:` buffer variables instead.
+
+
-------------------------------------------------------------------------------
mypy *ale-python-mypy*