summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/mypy/infer.py
Commit message (Expand)AuthorAgeFilesLines
* 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