Commit bd2a641
authored
Set soft error limit default to -1 (unlimited) (#15138)
Fixes #14915
When there are more than 200 errors to report, mypy "softly" trims the
output without notifying the user that it did so. We want to currently
disable this by setting the `--soft-error-limit` default to `-1` which
would list out _all_ the errors.1 parent 0c6e18a commit bd2a641
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
48 |
| - | |
| 47 | + | |
| 48 | + |
0 commit comments