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 /README.md | |
parent | 4bea50b82f53a351d218cc3af120b460b9d1639f (diff) | |
download | ale-8f8d015daeb2070b20c8296dd8488e706332b5b7.zip |
Add pycodestyle Python linter support (#872)
Add a pycodestyle linter
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,7 +109,7 @@ name. That seems to be the fairest way to arrange this table. | Pod | [proselint](http://proselint.com/)| | Pug | [pug-lint](https://github.com/pugjs/pug-lint) | | Puppet | [puppet](https://puppet.com), [puppet-lint](https://puppet-lint.com) | -| Python | [autopep8](https://github.com/hhatto/autopep8), [flake8](http://flake8.pycqa.org/en/latest/), [isort](https://github.com/timothycrosley/isort), [mypy](http://mypy-lang.org/), [pylint](https://www.pylint.org/), [yapf](https://github.com/google/yapf) | +| Python | [autopep8](https://github.com/hhatto/autopep8), [flake8](http://flake8.pycqa.org/en/latest/), [isort](https://github.com/timothycrosley/isort), [mypy](http://mypy-lang.org/), [pycodestyle](https://github.com/PyCQA/pycodestyle), [pylint](https://www.pylint.org/), [yapf](https://github.com/google/yapf) | | R | [lintr](https://github.com/jimhester/lintr) | | ReasonML | [merlin](https://github.com/the-lambda-church/merlin) see `:help ale-integration-reason-merlin` for configuration instructions | reStructuredText | [proselint](http://proselint.com/)| |