Skip to content

Commit e744f64

Browse files
committed
fix(mypy): add global ignores for grpc_status and google.api
1 parent 41ff49c commit e744f64

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

mypy.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ ignore_missing_imports = True
2727
[mypy-flask]
2828
ignore_missing_imports = True
2929

30+
[mypy-google.api.*]
31+
ignore_missing_imports = True
32+
3033
[mypy-google.colab]
3134
ignore_missing_imports = True
3235

@@ -51,6 +54,9 @@ ignore_missing_imports = True
5154
[mypy-grpc.*]
5255
ignore_missing_imports = True
5356

57+
[mypy-grpc_status]
58+
ignore_missing_imports = True
59+
5460
[mypy-ibis.*]
5561
ignore_missing_imports = True
5662

0 commit comments

Comments
 (0)