mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-31 03:06:53 +00:00
Merge branch 'doc_conf_priority' into 'master'
Document priority of configuration files and command line Closes #560 See merge request pycqa/flake8!336
This commit is contained in:
commit
d43d498d41
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