prestodb / presto-python-client

Python DB-API client for Presto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run mypy in continuous integration

ggreg opened this issue · comments

The main parts of the code are covered with type annotations. mypy will detect issues even in code not covered by unit and integration tests.