diff options
author | Jake Kaufman <me@jake.computer> | 2019-06-05 23:18:33 -0400 |
---|---|---|
committer | Jake Kaufman <me@jake.computer> | 2019-06-08 19:22:50 -0400 |
commit | 56641e02301475cfee9ddcaf547066898f073048 (patch) | |
tree | 3b297ebff78b4d0794f62172510adb83ae2e0ce8 /supported-tools.md | |
parent | 7b78f2b846e2f3443dcb2ceacee54eb99e37f040 (diff) | |
download | ale-56641e02301475cfee9ddcaf547066898f073048.zip |
Add support for reorder-python-imports fixer
isort is great, but I've come to prefer reorder-python-imports. The tool
has a focus on smaller diffs than isort. reorder-python-imports is also
a little smarter than isort which is nice.
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 a34a3f90..7d21de8b 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 |