diff options
author | Michael <micthiesen@gmail.com> | 2017-08-25 04:46:56 -0700 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2017-08-25 12:46:56 +0100 |
commit | 8f8d015daeb2070b20c8296dd8488e706332b5b7 (patch) | |
tree | a35320bd87f48a7e72fb6b51d7e0cfa27a6705eb /doc/ale.txt | |
parent | 4bea50b82f53a351d218cc3af120b460b9d1639f (diff) | |
download | ale-8f8d015daeb2070b20c8296dd8488e706332b5b7.zip |
Add pycodestyle Python linter support (#872)
Add a pycodestyle linter
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 56c5946e..6c3be18e 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -96,6 +96,7 @@ CONTENTS *ale-contents* flake8..............................|ale-python-flake8| isort...............................|ale-python-isort| mypy................................|ale-python-mypy| + pycodestyle.........................|ale-python-pycodestyle| pylint..............................|ale-python-pylint| yapf................................|ale-python-yapf| ruby..................................|ale-ruby-options| |