summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHoracio Sanson <hsanson@gmail.com>2021-09-10 15:18:41 +0900
committerGitHub <noreply@github.com>2021-09-10 15:18:41 +0900
commitbf29f6ea92ff993d5d96bc4e760f315e95e332a5 (patch)
treeec1b80c3128da0dbc18fcdcb1174390d447f4b52 /doc
parentb504eeb094b26a635f260a92e0b9762ad2eb1862 (diff)
downloadale-bf29f6ea92ff993d5d96bc4e760f315e95e332a5.zip
Fix 3897 - add poetry to isort (#3898)
Co-authored-by: Horacio Sanson <horacio@allm.inc>
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-python.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ale-python.txt b/doc/ale-python.txt
index 7f746147..6e03e872 100644
--- a/doc/ale-python.txt
+++ b/doc/ale-python.txt
@@ -356,6 +356,15 @@ g:ale_python_isort_auto_pipenv *g:ale_python_isort_auto_pipenv*
if true. This is overridden by a manually-set executable.
+g:ale_python_isort_auto_poetry *g:ale_python_isort_auto_poetry*
+ *b:ale_python_isort_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.
+
+
===============================================================================
mypy *ale-python-mypy*