We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0398b4 commit 3a2c80fCopy full SHA for 3a2c80f
1 file changed
python/pyproject.toml
@@ -282,6 +282,10 @@ exclude = [
282
283
# No official typing stubs for Python gRPC libraries yet.
284
# https://github.com/grpc/grpc/issues/29041
285
+[[tool.mypy.overrides]]
286
+module = "h5py"
287
+ignore_missing_imports = true
288
+
289
[[tool.mypy.overrides]]
290
module = "grpc_testing"
291
ignore_missing_imports = true
0 commit comments