summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/mypy/decl_class.py
Commit message (Expand)AuthorAgeFilesLines
* pep-484 for sqlalchemy.event; use future annotationsMike Bayer2022-02-151-0/+2
* establish mypy / typing approach for v2.0Mike Bayer2022-02-131-1/+1
* use fully qualified, locatable names for all use of api.named_type()Mike Bayer2021-12-221-1/+1
* handle dunder names in @declared_attr separatelyMike Bayer2021-11-171-1/+14
* ensure "sqlalchemy" info set for all considered classesMike Bayer2021-08-251-0/+3
* Refactor mypy pluginBryan Forbes2021-08-071-68/+82
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* accommodate no cls info found in _scan_declarativeMike Bayer2021-06-211-1/+4
* Re-infer statements that got more specific on subsequent passMike Bayer2021-04-201-28/+7
* Update mypy plugin to conform to strict modeBryan Forbes2021-04-121-54/+68
* Update mypy plugin to only use public plugin APIBryan Forbes2021-04-091-7/+7
* Adjust for mypy incremental behaviorsMike Bayer2021-04-051-642/+129
* Add DeclarativeMeta to globalsMike Bayer2021-03-311-10/+6
* Add support for Boolean, EnumMike Bayer2021-03-211-12/+30
* check for MemberExpr looking for column argumentMike Bayer2021-03-181-1/+1
* Implement Mypy pluginMike Bayer2021-03-131-0/+989