Skip to content

Commit 1e9c026

Browse files
committed
updates mypy.ini to deal with type hint issue that should be corrected in gapic gen
1 parent d8d051e commit 1e9c026

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mypy.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@ ignore_missing_imports = True
55

66
[mypy-google.cloud.datastore._app_engine_key_pb2]
77
ignore_errors = True
8+
9+
[mypy-google.cloud.datastore_v1.services.datastore.async_client]
10+
ignore_errors = True
11+
12+
[mypy-google.cloud.datastore_v1.services.datastore.client]
13+
ignore_errors = True

0 commit comments

Comments
 (0)