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
I've been going through fixing mypy errors, and have gotten through
about half of them. In the process I've added some extra error handling
that fixes some exceptions I've seen due to methods being called on the
wrong types.
Current master:
> Found 1718 errors in 183 files (checked 443 source files)
This branch:
> Found 872 errors in 155 files (checked 443 source files)
Feel free to squash all these commits, the only reason I've left them
separate is that I made sure the test suite was passing after each one.
0 commit comments