diff options
author | Jon Parise <jon@indelible.org> | 2022-02-07 22:54:25 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-08 15:54:25 +0900 |
commit | 8b1ea33cc0cb18bec3bf19d1131b322b313cea4e (patch) | |
tree | 754da607ffda3bf955187e6194e4b182fa3ebfde /test/test-files | |
parent | 2428d4d81d964a3be83bea649c882012acd4b210 (diff) | |
download | ale-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 'test/test-files')
-rwxr-xr-x | test/test-files/python/with_virtualenv/env/Scripts/unimport.exe | 0 | ||||
-rwxr-xr-x | test/test-files/python/with_virtualenv/env/bin/unimport | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/test/test-files/python/with_virtualenv/env/Scripts/unimport.exe b/test/test-files/python/with_virtualenv/env/Scripts/unimport.exe new file mode 100755 index 00000000..e69de29b --- /dev/null +++ b/test/test-files/python/with_virtualenv/env/Scripts/unimport.exe diff --git a/test/test-files/python/with_virtualenv/env/bin/unimport b/test/test-files/python/with_virtualenv/env/bin/unimport new file mode 100755 index 00000000..e69de29b --- /dev/null +++ b/test/test-files/python/with_virtualenv/env/bin/unimport |