summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/mypy/util.py
Commit message (Expand)AuthorAgeFilesLines
* handle dunder names in @declared_attr separatelyMike Bayer2021-11-171-0/+5
* ensure "sqlalchemy" info set for all considered classesMike Bayer2021-08-251-0/+4
* Refactor mypy pluginBryan Forbes2021-08-071-50/+129
* accommodate no cls info found in _scan_declarativeMike Bayer2021-06-211-0/+2
* Update mypy plugin to conform to strict modeBryan Forbes2021-04-121-29/+86
* Update mypy plugin to only use public plugin APIBryan Forbes2021-04-091-3/+4
* Adjust for mypy incremental behaviorsMike Bayer2021-04-051-1/+61
* Add DeclarativeMeta to globalsMike Bayer2021-03-311-0/+16
* Implement Mypy pluginMike Bayer2021-03-131-0/+80