diff options
author | w0rp <w0rp@users.noreply.github.com> | 2019-01-03 20:32:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-03 20:32:36 +0000 |
commit | a1654cfb587bb0d73d6e3abba1d99965a26137f8 (patch) | |
tree | ade0040edbc5fe91046ca01967e74d5e4a8ce508 /doc | |
parent | 1d87c844b0dd824e3e51cbbf651aec4d1d8834e5 (diff) | |
parent | 48057407ec3d39fdf04d9ccf6c52fa1f7af46428 (diff) | |
download | ale-a1654cfb587bb0d73d6e3abba1d99965a26137f8.zip |
Merge pull request #1988 from mdtusz/pipenv-black
Add support for black usage with pipenv
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-python.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ale-python.txt b/doc/ale-python.txt index f3f2801a..3ab58482 100644 --- a/doc/ale-python.txt +++ b/doc/ale-python.txt @@ -91,6 +91,14 @@ g:ale_python_black_use_global *g:ale_python_black_use_global* See |ale-integrations-local-executables| +g:ale_python_black_auto_pipenv *g:ale_python_black_auto_pipenv* + *b:ale_python_black_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. + =============================================================================== flake8 *ale-python-flake8* |