mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 20:26:53 +00:00
Flake8 3.0 was stopping once it found the current directory but the historical behaviour (that we didn't intend to break) searched past that (towards root) until it found one of the project/local config file names that could be read. Closes #181
19 lines
557 B
ReStructuredText
19 lines
557 B
ReStructuredText
3.0.1 -- 2016-07-25 (unreleased)
|
|
--------------------------------
|
|
|
|
- Fix regression in handling of ``# noqa`` for multiline strings.
|
|
(See also `GitLab#177`_)
|
|
|
|
- Fix regression in handling of ``--output-file`` when not also using
|
|
``--verbose``. (See also `GitLab#180`_)
|
|
|
|
- Fix regression in handling of ``--quiet``. (See also `GitLab#180`_)
|
|
|
|
- Fix regression in handling of ``--statistics``. (See also `GitLab#180`_)
|
|
|
|
|
|
.. links
|
|
.. _GitLab#177:
|
|
https://gitlab.com/pycqa/flake8/issues/177
|
|
.. _GitLab#180:
|
|
https://gitlab.com/pycqa/flake8/issues/180
|