summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/mypy
Commit message (Expand)AuthorAgeFilesLines
* establish column_property and query_expression as readonly from a dc perspectiveMike Bayer2023-04-121-1/+15
* mypy plugin fixesMike Bayer2023-01-182-8/+19
* happy new year 2023Mike Bayer2023-01-032-2/+2
* Try running pyupgrade on the codeFederico Caselli2022-11-162-4/+3
* reorganize Mapped[] super outside of MapperPropertyMike Bayer2022-10-051-0/+44
* Update to flake8 5.Federico Caselli2022-07-311-2/+3
* Support lambda expression in mypy pluginCyril Chapellier2022-07-021-0/+5
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-282-1/+8
* pep484 - SQL internalsMike Bayer2022-03-241-1/+1
* pep-484 for poolMike Bayer2022-02-171-6/+6
* pep-484 for sqlalchemy.event; use future annotationsMike Bayer2022-02-156-0/+12
* establish mypy / typing approach for v2.0Mike Bayer2022-02-136-40/+138
* fix(mypy): Placeholder vars should have fullname set.Jaen Saul2022-01-151-0/+1
* Initial ORM typing layoutMike Bayer2022-01-142-2/+4
* 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
|/
* use fully qualified, locatable names for all use of api.named_type()Mike Bayer2021-12-225-11/+20
* 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