File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -503,6 +503,13 @@ in error messages.
503
503
504
504
main.py:12:9: error: Unsupported operand types for / ("int" and "str")
505
505
506
+ ``--no-color-output ``
507
+ This flag will disable color output in error messages, enabled by default.
508
+
509
+ ``--no-error-summary ``
510
+ This flag will disable error summary. By default mypy shows a summary line
511
+ including total number of errors, number of files with errors, and number
512
+ of files checked.
506
513
507
514
.. _incremental :
508
515
Original file line number Diff line number Diff line change @@ -441,6 +441,11 @@ section of the command line docs.
441
441
``show_column_numbers `` (bool, default False)
442
442
Shows column numbers in error messages.
443
443
444
+ ``color_output `` (bool, default True)
445
+ Shows error messages with color enabled.
446
+
447
+ ``error_summary `` (bool, default True)
448
+ Shows a short summary line after error messages.
444
449
445
450
Advanced options
446
451
----------------
You can’t perform that action at this time.
0 commit comments