From 8b1ea33cc0cb18bec3bf19d1131b322b313cea4e Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Mon, 7 Feb 2022 22:54:25 -0800 Subject: 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. --- supported-tools.md | 1 + 1 file changed, 1 insertion(+) (limited to 'supported-tools.md') 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 -- cgit v1.2.3