Skip to content

Commit 8ff86e2

Browse files
Document how to suppress colorized output and summary line
Fixes #7439.
1 parent c352d0c commit 8ff86e2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/source/config_file.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,11 @@ section of the command line docs.
401401
``show_column_numbers`` (bool, default False)
402402
Shows column numbers in error messages.
403403

404+
``color_output`` (bool, default True)
405+
Shows error messages with no color.
406+
407+
``error_summary`` (bool, default True)
408+
Shows error messages without any stats summary.
404409

405410
Advanced options
406411
----------------

0 commit comments

Comments
 (0)