diff --git a/pyproject.toml b/pyproject.toml
index 0ae35909ff17d877baeb343bfedb6bc67d00543b..a39e08cf8781309436342a13d12f0558ef718505 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -96,7 +96,7 @@ enable_error_code = "ignore-without-code"
 strict = true
 
 [[tool.mypy.overrides]]
-module = ["setuptools.*", "h5py.*", "pooch.*"]
+module = ["setuptools.*", "h5py.*", "pooch.*", "hypothesis.*"]
 ignore_missing_imports = true
 
 [tool.semantic_release]