Skip to content

Commit 57c9706

Browse files
committed
Enable mypy checks for client.py
1 parent 9e70d1d commit 57c9706

File tree

4 files changed

+285
-176
lines changed

4 files changed

+285
-176
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ ignore_missing_imports = true
1919
no_implicit_optional = true
2020
warn_unused_ignores = true
2121

22-
[mypy-tests.*,trino.client,trino.sqlalchemy.*,trino.dbapi]
22+
[mypy-tests.*,trino.sqlalchemy.*]
2323
ignore_errors = true

0 commit comments

Comments
 (0)