Draft: Add type hints
TODO:
-
fix https://github.com/python/mypy/issues/3004 -
(foo,)
being typed astuple[Expression | SelectQuery, Any]
All legacy (hg-git based) Projects have been automatically migrated to native with the upgrade of 2025-01-23
TODO:
(foo,)
being typed as tuple[Expression | SelectQuery, Any]