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
Fix type annotations for converter types, considering the Converter class (#1373)
* Fix type annotations for converter types, considering the Converter class
Also consider that field() or attr.ib() takes a list or tuple of
converters as an implicit pipe, add type annotations for that syntax
* Fix expected mypy output with bad converters now that typing information has been expanded
0 commit comments