flake8-noqa icon indicating copy to clipboard operation
flake8-noqa copied to clipboard

[Feature] Detect # noqa comments inside multiline strings

Open plinss opened this issue 2 years ago • 0 comments

Flake8 apparently respects # noqa comments inside multiline strings. Those aren't really comments. Flake8-noqa should detect and report those (and recommend the # noqa gets moved to the end of the string).

See: https://github.com/plinss/flake8-noqa/issues/26

plinss avatar Jun 20 '23 17:06 plinss