This is an archive of the discontinued LLVM Phabricator instance.

Teach Mypy about sqlalchemy's declarative_base()
ClosedPublic

Authored by thopre on Jan 14 2021, 3:13 AM.

Details

Summary

Mypy complains about alias for
sqlalchemy.ext.declarative.declarative_base() and everywhere where it is
used. SQLAlchemy has a stubs to tell Mypy about those which gets rid of
lots of Mypy warnings.

Event Timeline

thopre created this revision.Jan 14 2021, 3:13 AM
thopre requested review of this revision.Jan 14 2021, 3:13 AM
This revision is now accepted and ready to land.Jan 14 2021, 3:17 AM