autoflake icon indicating copy to clipboard operation
autoflake copied to clipboard

Show filenames with errors in --check mode

Open arxell opened this issue 5 years ago • 1 comments

Now:

Running autoflake...
Unused imports/variables detected.%

How will be great:

Running autoflake...
src/foo/bar/file.py - Unused imports/variables detected.

arxell avatar Aug 19 '19 06:08 arxell

Seems this was fixed in #57

MarcoGorelli avatar Jun 15 '20 10:06 MarcoGorelli

This should've been fixed already but #148 fixed this again. @fsouza can we close this?

ericstengard avatar Sep 28 '22 13:09 ericstengard

@ericstengard thanks for fixing it and for bringing this issue to my attention! 😁

fsouza avatar Sep 28 '22 14:09 fsouza