summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/mypy
Commit message (Expand)AuthorAgeFilesLines
* handle dunder names in @declared_attr separatelyMike Bayer2021-11-172-1/+19
* fix(6435): support `MemberExpr` for enum column declarationHiroshi Ogawa2021-10-051-1/+1
* dont assume argument lists for column propertyMike Bayer2021-08-272-7/+27
* ensure "sqlalchemy" info set for all considered classesMike Bayer2021-08-252-0/+7
* Refactor mypy pluginBryan Forbes2021-08-076-312/+410
* Replace all http:// links to https://Federico Caselli2021-07-045-5/+5
* accommodate no cls info found in _scan_declarativeMike Bayer2021-06-212-1/+6
* Re-infer statements that got more specific on subsequent passMike Bayer2021-04-203-32/+103
* Fix OrderingList handlingBryan Forbes2021-04-131-0/+22
* Update mypy plugin to conform to strict modeBryan Forbes2021-04-126-215/+382
* Update mypy plugin to only use public plugin APIBryan Forbes2021-04-096-35/+40
* Support `TypeDecorator` subclasses in `Column()` declarationsBryan Forbes2021-04-081-6/+9
* Accommodate for callable fns for collection_classMike Bayer2021-04-061-5/+28
* Adjust for mypy incremental behaviorsMike Bayer2021-04-056-654/+831
* Add DeclarativeMeta to globalsMike Bayer2021-03-313-31/+67
* support as_declarative, as_declarative_baseMike Bayer2021-03-252-39/+88
* 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-135-0/+1478