pycodestyle
pycodestyle copied to clipboard
Show warnings for un-used `noqa` comments
I did a brief search and couldn't find an issue for this.
There are cases where a noqa comment ends up left in the codebase when it is no longer needed. It would be very nice if a warning could be issued when there is a noqa statement present on a line that doesn't have the corresponding error.