Skip to content

Disable soft error limit#21

Merged
davidfritzsche merged 1 commit intodavidfritzsche:masterfrom
ikonst:patch-1
Dec 26, 2021
Merged

Disable soft error limit#21
davidfritzsche merged 1 commit intodavidfritzsche:masterfrom
ikonst:patch-1

Conversation

@ikonst
Copy link
Copy Markdown
Contributor

@ikonst ikonst commented Aug 15, 2021

Especially with --no-silence-site-packages newer versions of mypy can produce a number of errors that's over the soft error limit which defaults to 200. By setting it to -1, we disable it, which makes sense for something as predictable as a diff of expected vs. actual errors.

(Not sure why we have --no-silence-site-packages in the arguments, but that's a separate question.)

@ikonst
Copy link
Copy Markdown
Contributor Author

ikonst commented Dec 25, 2021

👋 @davidfritzsche

@davidfritzsche davidfritzsche merged commit 30f2944 into davidfritzsche:master Dec 26, 2021
@ikonst ikonst deleted the patch-1 branch December 26, 2021 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants