mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-15 08:44:46 +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
|
|
@ -6,80 +6,40 @@ You can view the `3.7.0 milestone`_ on GitLab for more details.
|
|||
New Dependency Information
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
- Add dependency on ``entrypoints`` >= 0.3, < 0.4 (See also `GitLab!264`_,
|
||||
`GitLab!288`_)
|
||||
- Add dependency on ``entrypoints`` >= 0.3, < 0.4 (See also :issue:`897`,
|
||||
:issue:`1197`)
|
||||
|
||||
- Pyflakes has been updated to >= 2.1.0, < 2.2.0 (See also `GitLab!283`_,
|
||||
`GitLab!285`_)
|
||||
- Pyflakes has been updated to >= 2.1.0, < 2.2.0 (See also :issue:`912`,
|
||||
:issue:`913`)
|
||||
|
||||
- pycodestyle has been updated to >= 2.5.0, < 2.6.0 (See also `GitLab!287`_)
|
||||
- pycodestyle has been updated to >= 2.5.0, < 2.6.0 (See also :issue:`915`)
|
||||
|
||||
Features
|
||||
~~~~~~~~
|
||||
|
||||
- Add support for ``per-file-ignores`` (See also `GitLab!259`_, `GitLab#156`_,
|
||||
`GitLab!281`_, `GitLab#471`_)
|
||||
- Add support for ``per-file-ignores`` (See also :issue:`892`, :issue:`511`,
|
||||
:issue:`911`, :issue:`277`)
|
||||
|
||||
- Enable use of ``float`` and ``complex`` option types (See also `GitLab!261`_,
|
||||
`GitLab#452`_)
|
||||
- Enable use of ``float`` and ``complex`` option types (See also :issue:`894`,
|
||||
:issue:`258`)
|
||||
|
||||
- Improve startup performance by switching from ``pkg_resources`` to
|
||||
``entrypoints`` (See also `GitLab!264`_)
|
||||
``entrypoints`` (See also :issue:`897`)
|
||||
|
||||
- Add metadata for use through the `pre-commit`_ git hooks framework (See also
|
||||
`GitLab!268`_, `GitLab!284`_)
|
||||
:issue:`901`, :issue:`1196`)
|
||||
|
||||
- Allow physical line checks to return more than one result (See also
|
||||
`GitLab!269`_)
|
||||
:issue:`902`)
|
||||
|
||||
- Allow ``# noqa:X123`` comments without space between the colon and codes
|
||||
list (See also `GitLab!273`_, `GitLab#470`_)
|
||||
list (See also :issue:`906`, :issue:`276`)
|
||||
|
||||
- Remove broken and unused ``flake8.listen`` plugin type (See also
|
||||
`GitLab!274`_, `GitLab#480`_)
|
||||
:issue:`907`, :issue:`663`)
|
||||
|
||||
.. all links
|
||||
.. _3.7.0 milestone:
|
||||
https://github.com/pycqa/flake8/milestone/22
|
||||
.. _pre-commit:
|
||||
https://pre-commit.com/
|
||||
|
||||
.. issue links
|
||||
.. _GitLab#156:
|
||||
https://gitlab.com/pycqa/flake8/issues/156
|
||||
.. _GitLab#452:
|
||||
https://gitlab.com/pycqa/flake8/issues/452
|
||||
.. _GitLab#470:
|
||||
https://gitlab.com/pycqa/flake8/issues/470
|
||||
.. _GitLab#471:
|
||||
https://gitlab.com/pycqa/flake8/issues/471
|
||||
.. _GitLab#480:
|
||||
https://gitlab.com/pycqa/flake8/issues/480
|
||||
|
||||
.. merge request links
|
||||
.. _GitLab!259:
|
||||
https://gitlab.com/pycqa/flake8/merge_requests/259
|
||||
.. _GitLab!261:
|
||||
https://gitlab.com/pycqa/flake8/merge_requests/261
|
||||
.. _GitLab!264:
|
||||
https://gitlab.com/pycqa/flake8/merge_requests/264
|
||||
.. _GitLab!268:
|
||||
https://gitlab.com/pycqa/flake8/merge_requests/268
|
||||
.. _GitLab!269:
|
||||
https://gitlab.com/pycqa/flake8/merge_requests/269
|
||||
.. _GitLab!273:
|
||||
https://gitlab.com/pycqa/flake8/merge_requests/273
|
||||
.. _GitLab!274:
|
||||
https://gitlab.com/pycqa/flake8/merge_requests/274
|
||||
.. _GitLab!281:
|
||||
https://gitlab.com/pycqa/flake8/merge_requests/281
|
||||
.. _GitLab!283:
|
||||
https://gitlab.com/pycqa/flake8/merge_requests/283
|
||||
.. _GitLab!284:
|
||||
https://gitlab.com/pycqa/flake8/merge_requests/284
|
||||
.. _GitLab!285:
|
||||
https://gitlab.com/pycqa/flake8/merge_requests/285
|
||||
.. _GitLab!287:
|
||||
https://gitlab.com/pycqa/flake8/merge_requests/287
|
||||
.. _GitLab!288:
|
||||
https://gitlab.com/pycqa/flake8/merge_requests/288
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue