sqlalchemy-stubs
sqlalchemy-stubs copied to clipboard
Add plugin for Table(...) dreclarations
Current mypy plugin system is practically ready for better support for this. Ideally we would want https://github.com/python/mypy/issues/6259 implemented.
First thing here would be to infer Column[str] for users.c.name instead of just Column[Any].