mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-10 06:44:18 +00:00
remove more mentions of user-level configuration in docs
This commit is contained in:
parent
ac2059d154
commit
d835bc8397
1 changed files with 4 additions and 8 deletions
|
|
@ -24,16 +24,12 @@ Remember that you want to specify certain options without writing
|
||||||
Configuration Locations
|
Configuration Locations
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
|Flake8| supports storing its configuration in the following places:
|
|Flake8| supports storing its configuration in your project in one of
|
||||||
|
``setup.cfg``, ``tox.ini``, or ``.flake8``.
|
||||||
- Your top-level user directory
|
|
||||||
|
|
||||||
- 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
|
Values set at the command line have highest priority, then those in the
|
||||||
project configuration file, then those in your user directory, and finally
|
project configuration file, and finally there are the defaults. However,
|
||||||
there are the defaults. However, there are additional command line options
|
there are additional command line options which can alter this.
|
||||||
which can alter this.
|
|
||||||
|
|
||||||
|
|
||||||
Project Configuration
|
Project Configuration
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue