Document ale_python_isort_auto_pipenv option
This commit is contained in:
parent
373ffa0f31
commit
64471e6ea8
1 changed files with 9 additions and 0 deletions
|
@ -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*
|
||||
|
||||
|
|
Reference in a new issue