Skip to content

Commit a010e5b

Browse files
committed
fix(mypy): restore ignores for generated bigtable packages
1 parent e744f64 commit a010e5b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

mypy.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,15 @@ ignore_errors = True
103103
[mypy-google.cloud.bigtable.data.*]
104104
ignore_errors = False
105105

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+
106115
# --- google-cloud-datastore ---
107116
[mypy-google.cloud.datastore.*]
108117
ignore_missing_imports = True

0 commit comments

Comments
 (0)