diff options
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/release-notes/3.0.3.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/release-notes/3.0.3.rst b/docs/source/release-notes/3.0.3.rst index 40c9258..ded24c7 100644 --- a/docs/source/release-notes/3.0.3.rst +++ b/docs/source/release-notes/3.0.3.rst @@ -4,7 +4,11 @@ - Fix ``# noqa`` comments followed by a ``:`` and explanation broken by 3.0.0 (See also `GitLab#178`_) +- Fix issue where users were unable to ignore plugin errors that were on + by default. (See also `GitLab#195`_) .. links .. _GitLab#178: https://gitlab.com/pycqa/flake8/issues/178 +.. _GitLab#195: + https://gitlab.com/pycqa/flake8/issues/195 |
