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
Currently mypy.errors.Errors has too many responsibilities. Refactor current context and fine-grained dependency target tracking into a separate class, and have Errors just hold a reference to a context object. Errors shouldn't need to modify the context at all, I think.
Currently
mypy.errors.Errors
has too many responsibilities. Refactor current context and fine-grained dependency target tracking into a separate class, and haveErrors
just hold a reference to a context object.Errors
shouldn't need to modify the context at all, I think.Originally proposed in #4438 (comment).
The text was updated successfully, but these errors were encountered: