diff --git a/src/pytest_mypy_testing/plugin.py b/src/pytest_mypy_testing/plugin.py index bdef273..2176b96 100644 --- a/src/pytest_mypy_testing/plugin.py +++ b/src/pytest_mypy_testing/plugin.py @@ -150,6 +150,7 @@ def _run_mypy(self, filename: str) -> MypyResult: "--no-color-output", "--no-error-summary", "--no-pretty", + "--soft-error-limit=-1", "--no-silence-site-packages", "--no-warn-unused-configs", "--show-column-numbers",