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
{{ message }}
This repository was archived by the owner on Apr 10, 2023. It is now read-only.
I'm not sure if the serde field type annotations are compatible with MyPy. For example, with this code:
Running mypy on the code gives the following result (in addition to an error about the fact that
serdedoesn't have a type definition module):So, on the surface, it seems that this library is incompatible with MyPy. Is this true, or is there a way to get them to work together?