Fix per-project configuration file list

This commit is contained in:
Andrew Widdersheim 2015-12-09 08:54:51 -05:00
parent 4fb7d6a9a7
commit 828c69ea27

View file

@ -18,9 +18,10 @@ Example::
Per-Project
-----------
At the project level, a ``tox.ini`` file or a ``setup.cfg`` file is read
if present. Only the first file is considered. If this file does not
have a ``[flake8]`` section, no project specific configuration is loaded.
At the project level, the ``tox.ini``, ``setup.cfg``, ``.pep8`` or ``.flake8``
files are read if present. Only the first file is considered. If this file
does not have a ``[flake8]`` section, no project specific configuration is
loaded.
Default
-------