dropbox / dropbox/sqlalchemy-stubs
Add plugin for Table(...) dreclarations
Open
enhancement
priority-high
topic-plugins
- Dominant language
- Python
- Stars
- 583
- Forks
- 96
- PR merge metrics
- No merged PRs in 30d
Description
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]`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.