mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-09 14:24:17 +00:00
Fix project config file discovery
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
This commit is contained in:
parent
f82b5d62d0
commit
df2fa18a08
5 changed files with 22 additions and 27 deletions
9
docs/source/release-notes/3.0.2.rst
Normal file
9
docs/source/release-notes/3.0.2.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue