-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Labels
Description
Hi,
I'm thinking about adding something to provide static type support. To be able to use umongo with mypy for example.
I think there is not really an easy way to provide this kind of feature since each DocumentImplementation method can have it's own signature.
Therefore, each implementation will be type annotated. For now, I'm unsure this will be enough for a mypy commpatibility.
I'd love to hear your thoughts about this :)
ThibaultLemaire