SQLAlchemy now provides strong typing support. We should also move in the same direction by adding type annotations throughout the codebase.
Benefits would include better editor support, improved static analysis (e.g., with mypy, pyright, ty), and easier maintainability for contributors.
SQLAlchemy now provides strong typing support. We should also move in the same direction by adding type annotations throughout the codebase.
Benefits would include better editor support, improved static analysis (e.g., with mypy, pyright, ty), and easier maintainability for contributors.