summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/mypy/infer.py
Commit message (Expand)AuthorAgeFilesLines
* Support lambda expression in mypy pluginCyril Chapellier2022-07-021-0/+5
* pep-484 for sqlalchemy.event; use future annotationsMike Bayer2022-02-151-0/+2
* establish mypy / typing approach for v2.0Mike Bayer2022-02-131-3/+37
* use fully qualified, locatable names for all use of api.named_type()Mike Bayer2021-12-221-4/+6
* fix(6435): support `MemberExpr` for enum column declarationHiroshi Ogawa2021-10-051-1/+1
* dont assume argument lists for column propertyMike Bayer2021-08-271-7/+22
* Refactor mypy pluginBryan Forbes2021-08-071-16/+16
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Re-infer statements that got more specific on subsequent passMike Bayer2021-04-201-2/+50
* Fix OrderingList handlingBryan Forbes2021-04-131-0/+22
* Update mypy plugin to conform to strict modeBryan Forbes2021-04-121-60/+95
* Update mypy plugin to only use public plugin APIBryan Forbes2021-04-091-11/+16
* 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-051-0/+398