summaryrefslogtreecommitdiff
path: root/doc/ale-python.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale-python.txt')
-rw-r--r--doc/ale-python.txt46
1 files changed, 46 insertions, 0 deletions
diff --git a/doc/ale-python.txt b/doc/ale-python.txt
index d001454e..41488a65 100644
--- a/doc/ale-python.txt
+++ b/doc/ale-python.txt
@@ -709,6 +709,52 @@ g:ale_python_pyflakes_auto_poetry *g:ale_python_pyflakes_auto_poetry*
===============================================================================
+pyflyby *ale-python-pyflyby*
+
+g:ale_python_pyflyby_executable *g:ale_python_pyflyby_executable*
+ *b:ale_python_pyflyby_executable*
+ Type: |String|
+ Default: `'tidy-imports'`
+
+ See |ale-integrations-local-executables|
+
+
+g:ale_python_pyflyby_options *g:ale_python_pyflyby_options*
+ *b:ale_python_pyflyby_options*
+ Type: |String|
+ Default: `''`
+
+ This variable can be changed to add command-line arguments to the pyflyby
+ tidy-imports invocation.
+
+
+g:ale_python_pyflyby_use_global *g:ale_python_pyflyby_use_global*
+ *b:ale_python_pyflyby_use_global*
+ Type: |Number|
+ Default: `get(g:, 'ale_use_global_executables', 0)`
+
+ See |ale-integrations-local-executables|
+
+
+g:ale_python_pyflyby_auto_pipenv *g:ale_python_pyflyby_auto_pipenv*
+ *b:ale_python_pyflyby_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.
+
+
+g:ale_python_pyflyby_auto_poetry *g:ale_python_pyflyby_auto_poetry*
+ *b:ale_python_pyflyby_auto_poetry*
+ Type: |Number|
+ Default: `0`
+
+ Detect whether the file is inside a poetry, and set the executable to `poetry`
+ if true. This is overridden by a manually-set executable.
+
+
+===============================================================================
pylama *ale-python-pylama*
g:ale_python_pylama_change_directory *g:ale_python_pylama_change_directory*