mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 04:06:54 +00:00
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
10 lines
246 B
ReStructuredText
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
|