Skip to content

Commit 5e6161d

Browse files
committed
fix: restore strict type-checking for bigtable.data in mypy.ini
1 parent c2c89e8 commit 5e6161d

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
@@ -95,12 +95,12 @@ ignore_missing_imports = True
9595
ignore_missing_imports = True
9696

9797
[mypy-google.cloud.bigtable.*]
98-
check_untyped_defs = True
99-
warn_unreachable = True
100-
disallow_any_generics = True
10198
ignore_errors = True
10299

103100
[mypy-google.cloud.bigtable.data.*]
101+
check_untyped_defs = True
102+
warn_unreachable = True
103+
disallow_any_generics = True
104104
ignore_errors = False
105105

106106
[mypy-google.cloud.bigtable_admin.*]

0 commit comments

Comments
 (0)