diff options
author | Ivor Peles <ivorpeles@gmail.com> | 2020-10-06 02:27:08 -0400 |
---|---|---|
committer | Ivor Peles <ivorpeles@gmail.com> | 2020-11-21 19:24:19 -0500 |
commit | 64471e6ea88cc45dcd33e3a0ca5ee857797985e3 (patch) | |
tree | f310b493a71fbf31af91e5eff2ccb802f2ff1169 | |
parent | 373ffa0f316f14559870fb3903d723c6d88597ee (diff) | |
download | ale-64471e6ea88cc45dcd33e3a0ca5ee857797985e3.zip |
Document ale_python_isort_auto_pipenv option
-rw-r--r-- | doc/ale-python.txt | 9 |
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* |