MLH-Fellowship / pyre-check

Performant type-checking for python.
https://pyre-check.org/
MIT License
3 stars 1 forks source link

[Summer 2021] Implement stubs and models for aiopg #18

Closed abishekvashok closed 3 years ago

abishekvashok commented 3 years ago

Implement stubs and models for PostgressSQL library: aiopg

Information on how to add models to Pysa can be found at: https://pyre-check.org/docs/pysa-basics

This might require addition of stubs: https://pyre-check.org/docs/pysa-tips/#stubs

PulkitMishra commented 3 years ago

Not possible without custom stubs. Closing this for now. Can reopen once typeshed supports aiopg.