fix pr and issue links in release notes

This commit is contained in:
Anthony Sottile 2021-04-03 18:01:24 -07:00
parent de4d64bf9a
commit fe0e2495ce
35 changed files with 179 additions and 671 deletions

View file

@ -6,38 +6,18 @@ You can view the `3.7.3 milestone`_ on GitLab for more details.
Bugs Fixed
~~~~~~~~~~
- Fix imports of ``typing`` in python 3.5.0 / 3.5.1 (See also `GitLab!294`_,
`GitLab#498`_)
- Fix imports of ``typing`` in python 3.5.0 / 3.5.1 (See also :issue:`1199`,
:issue:`674`)
- Fix ``flake8 --statistics`` (See also `GitLab!295`_, `GitLab#499`_)
- Fix ``flake8 --statistics`` (See also :issue:`920`, :issue:`675`)
- Gracefully ignore ``flake8-per-file-ignores`` plugin if installed (See also
`GitLab!297`_, `GitLab#495`_)
:issue:`1201`, :issue:`671`)
- Improve error message for malformed ``per-file-ignores`` (See also
`GitLab!298`_, `GitLab#489`_)
:issue:`921`, :issue:`288`)
.. all links
.. _3.7.3 milestone:
https://github.com/pycqa/flake8/milestone/25
.. issue links
.. _GitLab#489:
https://gitlab.com/pycqa/flake8/issues/489
.. _GitLab#495:
https://gitlab.com/pycqa/flake8/issues/495
.. _GitLab#498:
https://gitlab.com/pycqa/flake8/issues/498
.. _GitLab#499:
https://gitlab.com/pycqa/flake8/issues/499
.. merge request links
.. _GitLab!294:
https://gitlab.com/pycqa/flake8/merge_requests/294
.. _GitLab!295:
https://gitlab.com/pycqa/flake8/merge_requests/295
.. _GitLab!297:
https://gitlab.com/pycqa/flake8/merge_requests/297
.. _GitLab!298:
https://gitlab.com/pycqa/flake8/merge_requests/298