diff options
author | w0rp <w0rp@users.noreply.github.com> | 2019-02-12 21:08:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-12 21:08:31 +0000 |
commit | 690b1a5bb1774226b0f9c121907b065775910925 (patch) | |
tree | 1681d8d10c8234b97d584e1dacd15b9f2b48b53e /doc | |
parent | 926ad47a49d74c910c610d4a9cedd5c4838d679d (diff) | |
parent | a6caa85a58d81aa4cd47172979a9c94aa8a902c6 (diff) | |
download | ale-690b1a5bb1774226b0f9c121907b065775910925.zip |
Merge pull request #2291 from kevinoid/pylama-no-temp
pylama: Use %s instead of %t
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-supported-languages-and-tools.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt index 5668ff82..8a117881 100644 --- a/doc/ale-supported-languages-and-tools.txt +++ b/doc/ale-supported-languages-and-tools.txt @@ -332,6 +332,7 @@ Notes: * `prospector` * `pycodestyle` * `pydocstyle` + * `pylama`!! * `pylint`!! * `pyls` * `pyre` |