Skip to content

Handle multiline strings with '# noqa'

username-removed-6325 requested to merge bug/177 into master

Description of changes

I had overlooked a usecase of Flake8 where people use # noqa at the end of a multi-line string. This addresses that oversight

Related to: #177 (closed)

Merge request reports