summaryrefslogtreecommitdiff
path: root/doc/ale.txt
diff options
context:
space:
mode:
authorEddie Lebow <elebow@users.noreply.github.com>2018-06-04 22:43:02 -0400
committerEddie Lebow <elebow@users.noreply.github.com>2018-06-05 00:33:26 -0400
commitca88e67af0dc159bdb78ad9f038d2c9336fb1b71 (patch)
treec170d053015f209714fee82d0b654981e9db45ec /doc/ale.txt
parent5addd3abefdbc828d92386e27dedfa79d39c5d9d (diff)
downloadale-ca88e67af0dc159bdb78ad9f038d2c9336fb1b71.zip
Allow all Python linter executables to be set to `pipenv`.
It appends ` run {linter_name}`, analogously to the Ruby linters when the executable is set to `bundle`
Diffstat (limited to 'doc/ale.txt')
-rw-r--r--doc/ale.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 2d7a5935..66a81f3a 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -190,6 +190,7 @@ CONTENTS *ale-contents*
mypy................................|ale-python-mypy|
prospector..........................|ale-python-prospector|
pycodestyle.........................|ale-python-pycodestyle|
+ pyflakes............................|ale-python-pyflakes|
pylint..............................|ale-python-pylint|
pyls................................|ale-python-pyls|
yapf................................|ale-python-yapf|