trino-python-client icon indicating copy to clipboard operation
trino-python-client copied to clipboard

Enable mypy checks for the modules

Open hovaesco opened this issue 2 years ago • 0 comments

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

hovaesco avatar Nov 22 '22 11:11 hovaesco