mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 12:16:53 +00:00
27 lines
768 B
ReStructuredText
27 lines
768 B
ReStructuredText
3.4.0 -- 2017-xx-xx
|
|
-------------------
|
|
|
|
You can view the `3.4.0 milestone`_ on GitLab for more details.
|
|
|
|
- Refine logic around ``--select`` and ``--ignore`` when combined with the
|
|
default values for each. (See also `GitLab#318`_)
|
|
|
|
- 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`_)
|
|
|
|
.. all links
|
|
.. _3.4.0 milestone:
|
|
https://gitlab.com/pycqa/flake8/milestones/18
|
|
|
|
.. issue links
|
|
.. _GitLab#318:
|
|
https://gitlab.com/pycqa/flake8/issues/318
|
|
.. _GitLab#329:
|
|
https://gitlab.com/pycqa/flake8/issues/329
|
|
.. _GitLab#330:
|
|
https://gitlab.com/pycqa/flake8/issues/330
|
|
|
|
.. merge request links
|