summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichael <micthiesen@gmail.com>2017-08-25 04:46:56 -0700
committerw0rp <w0rp@users.noreply.github.com>2017-08-25 12:46:56 +0100
commit8f8d015daeb2070b20c8296dd8488e706332b5b7 (patch)
treea35320bd87f48a7e72fb6b51d7e0cfa27a6705eb /README.md
parent4bea50b82f53a351d218cc3af120b460b9d1639f (diff)
downloadale-8f8d015daeb2070b20c8296dd8488e706332b5b7.zip
Add pycodestyle Python linter support (#872)
Add a pycodestyle linter
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 24024d3d..cbfef300 100644
--- a/README.md
+++ b/README.md
@@ -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/)|