mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 10:36:53 +00:00
Merge pull request #1662 from velicanu/main
fix documentation of color configuruation
This commit is contained in:
commit
e249dc47df
1 changed files with 1 additions and 7 deletions
|
|
@ -193,7 +193,7 @@ Options and their Descriptions
|
|||
|
||||
Possible options are ``auto``, ``always``, and ``never``.
|
||||
|
||||
This **can** be specified in config files.
|
||||
This **can not** be specified in config files.
|
||||
|
||||
When color is enabled, the following substitutions are enabled:
|
||||
|
||||
|
|
@ -208,12 +208,6 @@ Options and their Descriptions
|
|||
- ``%(white)s``
|
||||
- ``%(reset)s``
|
||||
|
||||
Example config file usage:
|
||||
|
||||
.. code-block:: ini
|
||||
|
||||
color = never
|
||||
|
||||
|
||||
.. option:: --count
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue