Skip to content

Commit fa23b02

Browse files
committed
updates to mypy.ini re: bigtable
Intended to bring the root mypy.ini in closer alignment with the previous bigtable mypy.ini
1 parent 9437cc3 commit fa23b02

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

mypy.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ ignore_missing_imports = True
8989

9090
# --- google-cloud-bigtable ---
9191
[mypy-google.cloud.bigtable.*]
92-
ignore_errors = True
93-
94-
[mypy-google.cloud.bigtable.data.*]
9592
check_untyped_defs = True
9693
warn_unreachable = True
9794
disallow_any_generics = True
95+
ignore_errors = True
96+
97+
[mypy-google.cloud.bigtable.data.*]
9898
ignore_errors = False
9999

100100
# --- bigframes ---

0 commit comments

Comments
 (0)