mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 13:06:53 +00:00
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
This commit is contained in:
parent
47e3e65cc1
commit
c0ddc54f2f
4 changed files with 13 additions and 1 deletions
10
docs/source/release-notes/3.0.3.rst
Normal file
10
docs/source/release-notes/3.0.3.rst
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
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
|
||||
|
|
@ -6,6 +6,7 @@ All of the release notes that have been recorded for Flake8 are organized here
|
|||
with the newest releases first.
|
||||
|
||||
.. toctree::
|
||||
3.0.3
|
||||
3.0.2
|
||||
3.0.1
|
||||
3.0.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue