summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/mypy/plugin.py
Commit message (Expand)AuthorAgeFilesLines
* mypy plugin fixesMike Bayer2023-01-181-4/+7
* happy new year 2023Mike Bayer2023-01-031-1/+1
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-1/+1
* pep-484 for poolMike Bayer2022-02-171-6/+6
* pep-484 for sqlalchemy.event; use future annotationsMike Bayer2022-02-151-0/+2
* establish mypy / typing approach for v2.0Mike Bayer2022-02-131-0/+13
* Initial ORM typing layoutMike Bayer2022-01-141-1/+3
* use fully qualified, locatable names for all use of api.named_type()Mike Bayer2021-12-221-2/+2
* Refactor mypy pluginBryan Forbes2021-08-071-107/+95
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Update mypy plugin to conform to strict modeBryan Forbes2021-04-121-17/+30
* Update mypy plugin to only use public plugin APIBryan Forbes2021-04-091-4/+6
* Adjust for mypy incremental behaviorsMike Bayer2021-04-051-11/+20
* Add DeclarativeMeta to globalsMike Bayer2021-03-311-21/+45
* support as_declarative, as_declarative_baseMike Bayer2021-03-251-38/+71
* Implement Mypy pluginMike Bayer2021-03-131-0/+215