sqlalchemy-stubs icon indicating copy to clipboard operation
sqlalchemy-stubs copied to clipboard

Add plugin for Table(...) dreclarations

Open ilevkivskyi opened this issue 6 years ago • 0 comments

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].

ilevkivskyi avatar Feb 08 '19 16:02 ilevkivskyi