diff options
author | w0rp <devw0rp@gmail.com> | 2017-06-18 11:03:31 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-06-18 11:03:31 +0100 |
commit | 629ff513ec09cc5db24d493abe125cc71e89e54e (patch) | |
tree | dbde1150b7bae5ab296c6e8efb2e92cae1692fd9 /README.md | |
parent | fb682be1997f812171def14976b5dfbef38c9f0d (diff) | |
download | ale-629ff513ec09cc5db24d493abe125cc71e89e54e.zip |
#659 - Add options for Python fixers, and cut down on duplicated documentation
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,7 +102,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 | [flake8](http://flake8.pycqa.org/en/latest/), [mypy](http://mypy-lang.org/), [pylint](https://www.pylint.org/) | +| 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) | | ReasonML | [merlin](https://github.com/the-lambda-church/merlin) see `:help ale-integration-reason-merlin` for configuration instructions | reStructuredText | [proselint](http://proselint.com/)| | RPM spec | [rpmlint](https://github.com/rpm-software-management/rpmlint) (disabled by default; see `:help ale-integration-spec`) | |