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
Type stubs for this library would be great so that it doesn't interfere with usage of static type checkers like pyright. Currently, since there's no stub file, static type checkers are unable to fully determine types of attributes of models that inherit from TypedModel.
The text was updated successfully, but these errors were encountered:
I generated a stub file in my project via pyright --createstub typedmodels, but it would be nice to have types maintained with this library in case the API changes in the future.
Type stubs for this library would be great so that it doesn't interfere with usage of static type checkers like pyright. Currently, since there's no stub file, static type checkers are unable to fully determine types of attributes of models that inherit from TypedModel.
The text was updated successfully, but these errors were encountered: