From 930a4827af3d7249cc1defccc4b81862b2878cee Mon Sep 17 00:00:00 2001 From: Bjoern Ludwig <bjoern.ludwig@ptb.de> Date: Tue, 27 Dec 2022 11:43:22 -0500 Subject: [PATCH] chore(mypy): introduce one more setting to ignore errors for hypothesis --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0ae3590..a39e08c 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] -- GitLab