summaryrefslogtreecommitdiff
path: root/supported-tools.md
diff options
context:
space:
mode:
authorJon Parise <jon@indelible.org>2022-02-07 22:54:25 -0800
committerGitHub <noreply@github.com>2022-02-08 15:54:25 +0900
commit8b1ea33cc0cb18bec3bf19d1131b322b313cea4e (patch)
tree754da607ffda3bf955187e6194e4b182fa3ebfde /supported-tools.md
parent2428d4d81d964a3be83bea649c882012acd4b210 (diff)
downloadale-8b1ea33cc0cb18bec3bf19d1131b322b313cea4e.zip
Add a unimport linter for Python files (#4058)
Unimport (https://github.com/hakancelik96/unimport/) is a linter, formatter for finding and removing unused import statements. This introduces linting support, although fixer support could come later.
Diffstat (limited to 'supported-tools.md')
-rw-r--r--supported-tools.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/supported-tools.md b/supported-tools.md
index 123df579..491e7b96 100644
--- a/supported-tools.md
+++ b/supported-tools.md
@@ -472,6 +472,7 @@ formatting.
* [pyre](https://github.com/facebook/pyre-check) :warning:
* [pyright](https://github.com/microsoft/pyright)
* [reorder-python-imports](https://github.com/asottile/reorder_python_imports)
+ * [unimport](https://github.com/hakancelik96/unimport)
* [vulture](https://github.com/jendrikseipp/vulture) :warning: :floppy_disk:
* [yapf](https://github.com/google/yapf)
* QML