mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 18:56:53 +00:00
Add release note for bug 329
This commit is contained in:
parent
a42299d008
commit
eec60cf40f
1 changed files with 5 additions and 0 deletions
|
|
@ -3,6 +3,9 @@
|
|||
|
||||
You can view the `3.4.0 milestone`_ on GitLab for more details.
|
||||
|
||||
- Handle spaces as an alternate separate for error codes, e.g.,
|
||||
``--ignore 'E123 E234'``. (See also `GitLab#329`_)
|
||||
|
||||
- Filter out empty select and ignore codes, e.g., ``--ignore E123,,E234``.
|
||||
(See also `GitLab#330`_)
|
||||
|
||||
|
|
@ -11,6 +14,8 @@ You can view the `3.4.0 milestone`_ on GitLab for more details.
|
|||
https://gitlab.com/pycqa/flake8/milestones/18
|
||||
|
||||
.. issue links
|
||||
.. _GitLab#329:
|
||||
https://gitlab.com/pycqa/flake8/issues/329
|
||||
.. _GitLab#330:
|
||||
https://gitlab.com/pycqa/flake8/issues/330
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue