Attempt to fix multierror typing#2787
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #2787 +/- ##
=======================================
Coverage 98.94% 98.94%
=======================================
Files 113 113
Lines 16919 16919
Branches 3050 3050
=======================================
Hits 16741 16741
Misses 123 123
Partials 55 55
|
|
I think the correct solution is to change |
|
I tried and it was annoying (some branch in my fork...) |
That sounds like a good idea, I'll start trying to do that now. |
|
It probably is fine if we add more ignores here, since it's deprecated anyway. Users should only be annotating/interacting with |
|
It's looking like it might not be possible to make |
|
I've given up attempting to make |
A5rocks
left a comment
There was a problem hiding this comment.
Assuming this passes type checking and that the weird previous changes showing in the diff thing is fixed, this looks good to me.
|
Actually the merge looks quite messed up -- maybe reset to a clean state, rebase onto master, and copy over the type ignore deletion + new type ignore? |
57dcb3e to
721bfca
Compare
At the moment, this is only ignoring generics not matching properly in the subclass. If anyone has any better ideas on how to handle this, feel free to try it out.