summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/mypy/util.py
Commit message (Expand)AuthorAgeFilesLines
* happy new year 2023Mike Bayer2023-01-031-1/+1
* Try running pyupgrade on the codeFederico Caselli2022-11-161-3/+2
* Update to flake8 5.Federico Caselli2022-07-311-2/+3
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+7
* pep484 - SQL internalsMike Bayer2022-03-241-1/+1
* pep-484 for sqlalchemy.event; use future annotationsMike Bayer2022-02-151-0/+2
* establish mypy / typing approach for v2.0Mike Bayer2022-02-131-13/+23
* Merge "Fix various source comment/doc typos" into mainmike bayer2022-01-071-1/+1
|\
| * Fix various source comment/doc typosluz paz2021-12-291-1/+1
* | Update Black's target-version to py37Hugo van Kemenade2022-01-051-2/+2
|/
* handle dunder names in @declared_attr separatelyMike Bayer2021-11-171-0/+5
* ensure "sqlalchemy" info set for all considered classesMike Bayer2021-08-251-0/+4
* Refactor mypy pluginBryan Forbes2021-08-071-50/+129
* accommodate no cls info found in _scan_declarativeMike Bayer2021-06-211-0/+2
* Update mypy plugin to conform to strict modeBryan Forbes2021-04-121-29/+86
* Update mypy plugin to only use public plugin APIBryan Forbes2021-04-091-3/+4
* Adjust for mypy incremental behaviorsMike Bayer2021-04-051-1/+61
* Add DeclarativeMeta to globalsMike Bayer2021-03-311-0/+16
* Implement Mypy pluginMike Bayer2021-03-131-0/+80