Skip to content

Commit 29c7972

Browse files
committed
mypy
1 parent ea854b0 commit 29c7972

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,11 @@ exclude = [
6363
]
6464

6565
[[tool.mypy.overrides]]
66-
module="google.auth.*"
66+
module = [
67+
"google.auth.*",
68+
"requests.*",
69+
"pymysql.*"
70+
]
6771
ignore_missing_imports = true
6872

6973

0 commit comments

Comments
 (0)