flake8/docs/source/release-notes/3.0.3.rst
Ian Cordasco c0ddc54f2f
Match noqa for users with explanations
This makes the regular expression a bit more complex, and potentially
slower, but it will fix the issue where users had noqa comments with
colons followed by explanations.

Closes #178
2016-07-28 06:48:15 -05:00

10 lines
246 B
ReStructuredText

3.0.3 -- 2016-07-28 (unreleased)
--------------------------------
- Fix ``# noqa`` comments followed by a ``:`` and explanation broken by
3.0.0 (See also `GitLab#178`_)
.. links
.. _GitLab#178:
https://gitlab.com/pycqa/flake8/issues/178