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 hints make it possible to use mypy to check automatically for bugs. They can be added by annotating the functions / methods directly or by adding stub files.
Are there plans to add stub files or type hints to alembic?