Skip to content
Unverified Commit 299e200c authored by Ian Stapleton Cordasco's avatar Ian Stapleton Cordasco
Browse files

Handle multiline strings with '# noqa'

In Flake8 2.x we allowed people to use # noqa at the end of a multiline
string to ignore errors inside the string (e.g., E501). Being blissfully
ignorant of this, I never accounted for it in Flake8 3. This fixes the
oversight and allows multiline statements to have the # noqa at the end.

Closes #177
parent 217aa818
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment