mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 13:06:53 +00:00
Update configuration.rst
Clarify information about how the search for configuration files is done, particularly, state that only the first found file is read for configuration.
This commit is contained in:
parent
a40cee5c2f
commit
cc58e24fc3
1 changed files with 2 additions and 1 deletions
|
|
@ -25,7 +25,8 @@ Configuration Locations
|
|||
=======================
|
||||
|
||||
|Flake8| supports storing its configuration in your project in one of
|
||||
``setup.cfg``, ``tox.ini``, or ``.flake8``.
|
||||
``setup.cfg``, ``tox.ini``, or ``.flake8`` (in that order).
|
||||
If, say, ``setup.cfg`` is found, the rest of the files are not read.
|
||||
|
||||
Values set at the command line have highest priority, then those in the
|
||||
project configuration file, and finally there are the defaults. However,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue