mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-16 09:09:52 +00:00
fix pr and issue links in release notes
This commit is contained in:
parent
de4d64bf9a
commit
fe0e2495ce
35 changed files with 179 additions and 671 deletions
|
|
@ -4,24 +4,16 @@
|
|||
You can view the `3.2.1 milestone`_ on GitLab for more details.
|
||||
|
||||
- Fix subtle bug when deciding whether to report an on-by-default's violation
|
||||
(See also `GitLab#257`_)
|
||||
(See also :issue:`189`)
|
||||
|
||||
- Fix another bug around SyntaxErrors not being reported at the right column
|
||||
and row (See also `GitLab#259`_ and `GitLab#237`_ for a related, previously
|
||||
and row (See also :issue:`191` and :issue:`169` for a related, previously
|
||||
fixed bug)
|
||||
|
||||
- Fix regression from 2.x where we run checks against explicitly provided
|
||||
files, even if they don't match the filename patterns. (See also
|
||||
`GitLab#266`_)
|
||||
:issue:`198`)
|
||||
|
||||
.. links
|
||||
.. _3.2.1 milestone:
|
||||
https://github.com/pycqa/flake8/milestone/15
|
||||
.. _GitLab#237:
|
||||
https://gitlab.com/pycqa/flake8/issues/237
|
||||
.. _GitLab#257:
|
||||
https://gitlab.com/pycqa/flake8/issues/257
|
||||
.. _GitLab#259:
|
||||
https://gitlab.com/pycqa/flake8/issues/259
|
||||
.. _GitLab#266:
|
||||
https://gitlab.com/pycqa/flake8/issues/266
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue