Skip to content

Commit 30f2944

Browse files
ikonstdavidfritzsche
authored andcommitted
Disable soft error limit
1 parent fa23aa7 commit 30f2944

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pytest_mypy_testing/plugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ def _run_mypy(self, filename: str) -> MypyResult:
150150
"--no-color-output",
151151
"--no-error-summary",
152152
"--no-pretty",
153+
"--soft-error-limit=-1",
153154
"--no-silence-site-packages",
154155
"--no-warn-unused-configs",
155156
"--show-column-numbers",

0 commit comments

Comments
 (0)