summaryrefslogtreecommitdiff
path: root/docs/source/release-notes/3.0.3.rst
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-07-28 06:25:41 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2016-07-28 06:48:15 -0500
commitc0ddc54f2f5e3f453735780e639be08ef3b15e2d (patch)
treee78fc7af443f0d7376ff9be23785b84ecadd2dc8 /docs/source/release-notes/3.0.3.rst
parent47e3e65cc1734e46fd16ea11622e57b7978d3e0d (diff)
downloadflake8-bug/178.tar.gz
Match noqa for users with explanationsbug/178
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
Diffstat (limited to 'docs/source/release-notes/3.0.3.rst')
-rw-r--r--docs/source/release-notes/3.0.3.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/source/release-notes/3.0.3.rst b/docs/source/release-notes/3.0.3.rst
new file mode 100644
index 0000000..40c9258
--- /dev/null
+++ b/docs/source/release-notes/3.0.3.rst
@@ -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