diff options
author | Kevin Locke <kevin@kevinlocke.name> | 2019-02-08 21:44:34 +0000 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2019-02-08 21:44:34 +0000 |
commit | a24f0b4d5f91f9214c64ae281fadcd981e0dadfc (patch) | |
tree | 25e07c98b5de66ab70db85b980fcbe9f3675358d /doc/ale.txt | |
parent | 422908a5721e11be73935b765f599f9fc672802e (diff) | |
download | ale-a24f0b4d5f91f9214c64ae281fadcd981e0dadfc.zip |
Support pylama for python (#2266)
* Add pylama for python
* Consolidate python traceback handling
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 6e80117e..f36013ce 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -269,6 +269,7 @@ CONTENTS *ale-contents* pycodestyle.........................|ale-python-pycodestyle| pydocstyle..........................|ale-python-pydocstyle| pyflakes............................|ale-python-pyflakes| + pylama..............................|ale-python-pylama| pylint..............................|ale-python-pylint| pyls................................|ale-python-pyls| pyre................................|ale-python-pyre| |