From 5b1a231425ac807b7118aac6a68b633949412a36 Mon Sep 17 00:00:00 2001 From: Sveinung Gundersen Date: Thu, 23 Nov 2023 22:08:09 +0100 Subject: [PATCH] Docs: update soft-error-limit default value to -1 (#16542) Default value of `MANY_ERRORS_THRESHOLD` was set to `-1` in https://github.com/python/mypy/pull/15138, which is also the default value of the `--soft-error-limit` CLI option. However the CLI docs were not updated accordingly. --- docs/source/command_line.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/command_line.rst b/docs/source/command_line.rst index a810c35cb77f..09836e2ffd20 100644 --- a/docs/source/command_line.rst +++ b/docs/source/command_line.rst @@ -787,7 +787,7 @@ in error messages. disable reporting most additional errors. The limit only applies if it seems likely that most of the remaining errors will not be useful or they may be overly noisy. If ``N`` is negative, there is - no limit. The default limit is 200. + no limit. The default limit is -1. .. option:: --force-uppercase-builtins