1 parent ea854b0 commit 29c7972Copy full SHA for 29c7972
1 file changed
pyproject.toml
@@ -63,7 +63,11 @@ exclude = [
63
]
64
65
[[tool.mypy.overrides]]
66
-module="google.auth.*"
+module = [
67
+ "google.auth.*",
68
+ "requests.*",
69
+ "pymysql.*"
70
+]
71
ignore_missing_imports = true
72
73
0 commit comments