diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-07-25 16:08:16 +0000 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-07-25 16:08:16 +0000 |
| commit | fc035c4df280e1f10c2e1f73ce8c2ea2af5c99a7 (patch) | |
| tree | 20374b4dfd9bde501d7d231f386ae3caff4b0dce /docs/source | |
| parent | 217aa8185c784f6514ef2004c110e1f33d4dc6c3 (diff) | |
| parent | 299e200cb981f4c0823a1fe9cd3baecc00a79203 (diff) | |
| download | flake8-fc035c4df280e1f10c2e1f73ce8c2ea2af5c99a7.tar.gz | |
Merge branch 'bug/177' into 'master'
Handle multiline strings with '# noqa'
*Description of changes*
I had overlooked a usecase of Flake8 where people use `# noqa` at the end of a multi-line string. This addresses that oversight
*Related to:* #177
See merge request !85
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/release-notes/3.0.1.rst | 10 | ||||
| -rw-r--r-- | docs/source/release-notes/index.rst | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/docs/source/release-notes/3.0.1.rst b/docs/source/release-notes/3.0.1.rst new file mode 100644 index 0000000..6132a5d --- /dev/null +++ b/docs/source/release-notes/3.0.1.rst @@ -0,0 +1,10 @@ +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 diff --git a/docs/source/release-notes/index.rst b/docs/source/release-notes/index.rst index e67b5da..8056b76 100644 --- a/docs/source/release-notes/index.rst +++ b/docs/source/release-notes/index.rst @@ -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.1 3.0.0 2.6.2 2.6.1 |
