Document ale_python_isort_auto_pipenv option

This commit is contained in:
Ivor Peles 2020-10-06 02:27:08 -04:00
parent 373ffa0f31
commit 64471e6ea8
1 changed files with 9 additions and 0 deletions

View File

@ -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*