diff options
author | w0rp <w0rp@users.noreply.github.com> | 2019-06-10 19:33:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-10 19:33:00 +0100 |
commit | 8b46fa3ee716485b4dd7c3f86c9302a140be6bfa (patch) | |
tree | d370bffd0d5607e6b8f272e56b179d2abb72fbc1 /supported-tools.md | |
parent | 22e7a6f6c2914a2fd77085f1241bc6907bd85c06 (diff) | |
parent | 56641e02301475cfee9ddcaf547066898f073048 (diff) | |
download | ale-8b46fa3ee716485b4dd7c3f86c9302a140be6bfa.zip |
Merge pull request #2567 from theevocater/add_reorder_python_imports
Add support for reorder-python-imports fixer
Diffstat (limited to 'supported-tools.md')
-rw-r--r-- | supported-tools.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/supported-tools.md b/supported-tools.md index 6f033645..8af79f7f 100644 --- a/supported-tools.md +++ b/supported-tools.md @@ -362,6 +362,7 @@ formatting. * [pylint](https://www.pylint.org/) :floppy_disk: * [pyls](https://github.com/palantir/python-language-server) :warning: * [pyre](https://github.com/facebook/pyre-check) :warning: + * [reorder-python-imports](https://github.com/asottile/reorder_python_imports) * [vulture](https://github.com/jendrikseipp/vulture) :warning: :floppy_disk: * [yapf](https://github.com/google/yapf) * QML |