diff options
| -rw-r--r-- | docs/source/release-notes/3.5.0.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/source/release-notes/3.5.0.rst b/docs/source/release-notes/3.5.0.rst index 27cb640..1b8d44d 100644 --- a/docs/source/release-notes/3.5.0.rst +++ b/docs/source/release-notes/3.5.0.rst @@ -3,6 +3,10 @@ You can view the `3.5.0 milestone`_ on GitLab for more details. +- Allow for PyFlakes 1.6.0 (See also `GitLab#359`_) + +- Start using new PyCodestyle checks for bare excepts and ambiguous identifier + (See also `GitLab#361`_) .. all links @@ -10,5 +14,9 @@ You can view the `3.5.0 milestone`_ on GitLab for more details. https://gitlab.com/pycqa/flake8/milestones/20 .. issue links +.. _GitLab#359: + https://gitlab.com/pycqa/flake8/issues/359 +.. _GitLab#361: + https://gitlab.com/pycqa/flake8/issues/361 .. merge request links |
