Closed EugeneTurkin closed 1 year ago
Mypy and mypy-sqlalchemy plugin cannot infer type annotations from sqlalchemy model column definitions. See sqlalchemy docs.
So in the scope of this task we need to add explicict type annotations for all column definitions in our models. Steps to do:
Mypy and mypy-sqlalchemy plugin cannot infer type annotations from sqlalchemy model column definitions. See sqlalchemy docs.
So in the scope of this task we need to add explicict type annotations for all column definitions in our models. Steps to do: