mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 13:06:53 +00:00
Update configuration.rst
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 commit is contained in:
parent
cb43b60dcc
commit
305b21c7fe
1 changed files with 4 additions and 0 deletions
|
|
@ -31,6 +31,10 @@ Values set at the command line have highest priority, then those in the
|
|||
project configuration file, and finally there are the defaults. However,
|
||||
there are additional command line options which can alter this.
|
||||
|
||||
.. note::
|
||||
|
||||
The home directory is **not** searched for ``setup.cfg``, ``tox.ini``,
|
||||
or ``.flake8``
|
||||
|
||||
Project Configuration
|
||||
---------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue