@@ -14,7 +14,6 @@ exclude = (?x)(
1414 | (^|/)tests/unit/gapic/
1515 )
1616
17-
1817# ==============================================================================
1918# GLOBAL THIRD-PARTY & SHARED LIBRARY IGNORES
2019# ==============================================================================
@@ -28,13 +27,7 @@ ignore_missing_imports = True
2827[mypy-flask]
2928ignore_missing_imports = True
3029
31- [mypy-google.auth.*]
32- ignore_missing_imports = True
33-
34- [mypy-google.cloud.bigtable]
35- ignore_missing_imports = True
36-
37- [mypy-google.cloud.pubsub]
30+ [mypy-google.api.*]
3831ignore_missing_imports = True
3932
4033[mypy-google.colab]
@@ -61,6 +54,9 @@ ignore_missing_imports = True
6154[mypy-grpc.*]
6255ignore_missing_imports = True
6356
57+ [mypy-grpc_status]
58+ ignore_missing_imports = True
59+
6460[mypy-ibis.*]
6561ignore_missing_imports = True
6662
@@ -86,15 +82,47 @@ ignore_missing_imports = True
8682# ==============================================================================
8783# PACKAGE-SPECIFIC OVERRIDES & EXCEPTIONS
8884# ==============================================================================
85+ # --- bigframes ---
86+ [mypy-bigframes_vendored.*]
87+ ignore_errors = True
88+
89+ # --- google-auth ---
90+ [mypy-google.auth.*]
91+ ignore_missing_imports = True
8992
9093# --- google-cloud-bigtable ---
91- [mypy-google.cloud.bigtable.* ]
92- ignore_errors = True
94+ [mypy-google.cloud.bigtable]
95+ ignore_missing_imports = True
9396
94- [mypy-google.cloud.bigtable.data. *]
97+ [mypy-google.cloud.bigtable.*]
9598check_untyped_defs = True
9699warn_unreachable = True
97100disallow_any_generics = True
101+ ignore_errors = True
102+
103+ [mypy-google.cloud.bigtable.data.*]
98104ignore_errors = False
99105
106+ [mypy-google.cloud.bigtable_admin.*]
107+ ignore_errors = True
108+
109+ [mypy-google.cloud.bigtable_admin_v2.*]
110+ ignore_errors = True
111+
112+ [mypy-google.cloud.bigtable_v2.*]
113+ ignore_errors = True
114+
115+ # --- google-cloud-datastore ---
116+ [mypy-google.cloud.datastore.*]
117+ ignore_missing_imports = True
118+
119+ [mypy-google.cloud.datastore._app_engine_key_pb2]
120+ ignore_errors = True
100121
122+ # --- google-cloud-firestore ---
123+ [mypy-google.cloud.firestore.*]
124+ check_untyped_defs = True
125+
126+ # --- google-cloud-pubsub ---
127+ [mypy-google.cloud.pubsub]
128+ ignore_missing_imports = True
0 commit comments