mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-12 07:44:16 +00:00
Fix per-project configuration file list
This commit is contained in:
parent
4fb7d6a9a7
commit
828c69ea27
1 changed files with 4 additions and 3 deletions
|
|
@ -18,9 +18,10 @@ Example::
|
||||||
Per-Project
|
Per-Project
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
At the project level, a ``tox.ini`` file or a ``setup.cfg`` file is read
|
At the project level, the ``tox.ini``, ``setup.cfg``, ``.pep8`` or ``.flake8``
|
||||||
if present. Only the first file is considered. If this file does not
|
files are read if present. Only the first file is considered. If this file
|
||||||
have a ``[flake8]`` section, no project specific configuration is loaded.
|
does not have a ``[flake8]`` section, no project specific configuration is
|
||||||
|
loaded.
|
||||||
|
|
||||||
Default
|
Default
|
||||||
-------
|
-------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue