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.
This commit is contained in:
Jon Parise
2022-02-07 22:54:25 -08:00
committed by GitHub
parent 2428d4d81d
commit 8b1ea33cc0
9 changed files with 219 additions and 0 deletions
@@ -463,6 +463,7 @@ Notes:
* `pyre`
* `pyright`
* `reorder-python-imports`
* `unimport`
* `vulture`!!
* `yapf`
* QML