flake8-future-import icon indicating copy to clipboard operation
flake8-future-import copied to clipboard

Support '# noqa' on future import line

Open spookylukey opened this issue 7 years ago • 0 comments

Normally with flake8 I could add something like # noqa: FI14 to a line to get flake8 to ignore an error.

For the future imports checking, it seems like the only way this is respected is if it is on the very first line of a file. However, this is impractical if you have a script with a shebang line. I would like to add it to the from __future__ import line.

spookylukey avatar Sep 11 '18 06:09 spookylukey