You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should test Python's standard library with the latest mypy/typeshed combination on a regular basis. Maybe once after each mypy release would be a good idea. This could be done with GitHub Actions and a cron trigger that checks for a new mypy release since the last run.
The text was updated successfully, but these errors were encountered:
I think stubtest basically solves this. Actually typechecking the standard library would be much more difficult and probably better left to a type checker.
We should test Python's standard library with the latest mypy/typeshed combination on a regular basis. Maybe once after each mypy release would be a good idea. This could be done with GitHub Actions and a cron trigger that checks for a new mypy release since the last run.
The text was updated successfully, but these errors were encountered: