mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 12:16:53 +00:00
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
10 lines
208 B
ReStructuredText
10 lines
208 B
ReStructuredText
3.0.1 -- 2016-07-25
|
|
-------------------
|
|
|
|
- Fix regression in handling of ``# noqa`` for multiline strings.
|
|
(See also `GitLab#177`_)
|
|
|
|
|
|
.. links
|
|
.. _GitLab#177:
|
|
https://gitlab.com/pycqa/flake8/issues/177
|