trinodb / trino-python-client

Python client for Trino
Apache License 2.0
309 stars 151 forks source link

Enable mypy checks for the modules #292

Open hovaesco opened 1 year ago

hovaesco commented 1 year ago

This PR https://github.com/trinodb/trino-python-client/pull/208 introduced mypy checks for subset of modules trino.exceptions, trino.logging, and trino.transactions. Enable checks for the rest of modules, which are disabled here: https://github.com/trinodb/trino-python-client/blob/master/setup.cfg#L22