mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-01 19:36:54 +00:00
Document priority of configuration files and command line
Closes issue 560.
This commit is contained in:
parent
d9a4547487
commit
9e97143e49
1 changed files with 5 additions and 0 deletions
|
|
@ -30,6 +30,11 @@ Configuration Locations
|
|||
|
||||
- In your project in one of ``setup.cfg``, ``tox.ini``, or ``.flake8``.
|
||||
|
||||
Values set at the command line have highest priority, then those in the
|
||||
project configuration file, then those in your user directory, and finally
|
||||
there are the defaults. However, there are additional command line options
|
||||
which can alter this.
|
||||
|
||||
|
||||
"User" Configuration
|
||||
--------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue