Add a note about not looking for config files in the home directory.
Re: [PyCQA/flake8] Search for config files stops BEFORE home directory is searched (Issue #1808)
Inbox
Anthony Sottile <notifications@github.com>
2:07 PM (52 minutes ago)
to PyCQA/flake8, me, Author
this is intentional -- flake8 configuration is not supported in the home directory -- please search the issue tracker there are several duplicates
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
This section of the docs could be read as pointing out the project as a
bad example. It was not intended this way, but I would like to avoid
anyone interpreting it this way. As a result, we'll continue to use
their configuration section as an example but not name names.
Closes#228
Python 2.7's ConfigParser module does not allow for the behaviour we
have documented for config files in Flake8 3.0. To compensate for that,
we add a dependency on the configparser backport on PyPI for Python 2.7