Skip to content

Commit 3a2c80f

Browse files
committed
add hdf5 to mypy overrides
1 parent f0398b4 commit 3a2c80f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

python/pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,10 @@ exclude = [
282282

283283
# No official typing stubs for Python gRPC libraries yet.
284284
# https://github.com/grpc/grpc/issues/29041
285+
[[tool.mypy.overrides]]
286+
module = "h5py"
287+
ignore_missing_imports = true
288+
285289
[[tool.mypy.overrides]]
286290
module = "grpc_testing"
287291
ignore_missing_imports = true

0 commit comments

Comments
 (0)