We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fff6fc commit 97a3be9Copy full SHA for 97a3be9
1 file changed
mypy.ini
@@ -95,17 +95,16 @@ ignore_missing_imports = True
95
ignore_missing_imports = True
96
97
[mypy-google.cloud.bigtable.*]
98
+# Broadly ignore errors for the older, legacy/handwritten parts of the library
99
ignore_errors = True
100
-[mypy-google.cloud.bigtable.*]
101
+[mypy-google.cloud.bigtable.data.*]
102
+# Stricter rules for the newer parts of the library
103
check_untyped_defs = True
104
warn_unreachable = True
105
disallow_any_generics = True
106
ignore_errors = False
107
-[mypy-google.cloud.bigtable.data.*]
-ignore_errors = False
108
-
109
[mypy-google.cloud.bigtable_admin.*]
110
111
0 commit comments