mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 12:16: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
9 lines
176 B
ReStructuredText
9 lines
176 B
ReStructuredText
3.0.2 -- 2016-07-26
|
|
-------------------
|
|
|
|
- Fix local config file discovery. (See also `GitLab#181`_)
|
|
|
|
|
|
.. links
|
|
.. _GitLab#181:
|
|
https://gitlab.com/pycqa/flake8/issues/181
|