prestodb / presto-python-client

Python DB-API client for Presto
Apache License 2.0
239 stars 87 forks source link

Fix type annotations #42

Closed ggreg closed 7 years ago

ggreg commented 7 years ago

Fix type annotations to run mypy and rely on it to detect type errors and avoid to write basic tests for #29.

ggreg commented 7 years ago

Need to run pyflakes and mypy as part of the tests.