dropbox / sqlalchemy-stubs

Mypy plugin and stubs for SQLAlchemy
Apache License 2.0
570 stars 101 forks source link

Ignore error about incompatible override in RowProxy #230

Closed JukkaL closed 2 years ago

JukkaL commented 2 years ago

The signature of Mapping.items was changed in typeshed. I'm not sure whether sqlalchemy conforms strictly to the new signature, so I'm keeping the current signature and silencing the error.