mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 05:54:17 +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``.
|
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:
|
When color is enabled, the following substitutions are enabled:
|
||||||
|
|
||||||
|
|
@ -208,12 +208,6 @@ Options and their Descriptions
|
||||||
- ``%(white)s``
|
- ``%(white)s``
|
||||||
- ``%(reset)s``
|
- ``%(reset)s``
|
||||||
|
|
||||||
Example config file usage:
|
|
||||||
|
|
||||||
.. code-block:: ini
|
|
||||||
|
|
||||||
color = never
|
|
||||||
|
|
||||||
|
|
||||||
.. option:: --count
|
.. option:: --count
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue