Skip to content

Disable soft error limit#21

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

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

Conversation

@ikonst

@ikonst ikonst commented Aug 15, 2021

Copy link
Copy Markdown
Contributor

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

ikonst commented Dec 25, 2021

Copy link
Copy Markdown
Contributor Author

👋 @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