Skip to content

Commit

Permalink
Simpler importchecker
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Dec 19, 2020
1 parent 29724fe commit 19a5ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ lint:
pycodestyle --ignore E501,E722,E741,W503,W504 $(SOURCE) test
@echo
@echo Searching for unused imports...
importchecker $(SOURCE) | grep -v __init__ | grep -v encodings.idna || true
importchecker $(SOURCE) | grep -v __init__ || true
@echo

readme:
Expand Down

0 comments on commit 19a5ec0

Please sign in to comment.