summaryrefslogtreecommitdiff
path: root/docs/source/release-notes/3.8.2.rst
blob: 813858e67c9d667d94a48e99a024761b93fd5829 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
3.8.2 -- 2020-05-22
-------------------

You can view the `3.8.2 milestone`_ on GitLab for more details.

Bugs Fixed
~~~~~~~~~~

- Improve performance by eliminating unnecessary sort (See also `GitLab!429`_)

- Improve messaging of ``--jobs`` argument by utilizing ``argparse`` (See also
  `GitLab!428`_, `GitLab#567`_)

- Fix file configuration options to be relative to the config passed on the
  command line (See also `GitLab!431`_, `GitLab#651`_)

- Fix incorrect handling of ``--extend-exclude`` by treating its values as
  files (See also `GitLab!432`_, `GitLab#653`_)

.. all links
.. _3.8.2 milestone:
    https://gitlab.com/pycqa/flake8/-/milestones/35

.. issue links
.. _GitLab#567:
    https://gitlab.com/pycqa/flake8/issues/567
.. _GitLab#651:
    https://gitlab.com/pycqa/flake8/issues/651
.. _GitLab#653:
    https://gitlab.com/pycqa/flake8/issues/653

.. merge request links
.. _GitLab!428:
    https://gitlab.com/pycqa/flake8/merge_requests/428
.. _GitLab!429:
    https://gitlab.com/pycqa/flake8/merge_requests/429
.. _GitLab!431:
    https://gitlab.com/pycqa/flake8/merge_requests/431
.. _GitLab!432:
    https://gitlab.com/pycqa/flake8/merge_requests/432