autoflake
autoflake copied to clipboard
Show filenames with errors in --check mode
Now:
Running autoflake...
Unused imports/variables detected.%
How will be great:
Running autoflake...
src/foo/bar/file.py - Unused imports/variables detected.
Seems this was fixed in #57
This should've been fixed already but #148 fixed this again. @fsouza can we close this?
@ericstengard thanks for fixing it and for bringing this issue to my attention! 😁