From 50e8eef9a4c8f66d44731b6eeb4e65a959b1329f Mon Sep 17 00:00:00 2001
From: Bjoern Ludwig <bjoern.ludwig@ptb.de>
Date: Tue, 27 Dec 2022 11:45:09 -0500
Subject: [PATCH] chore(mypy): introduce one more setting to ignore errors for
 pytest

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index a39e08c..f245ce9 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.*", "hypothesis.*"]
+module = ["setuptools.*", "h5py.*", "pooch.*", "hypothesis.*", "pytest.*"]
 ignore_missing_imports = true
 
 [tool.semantic_release]
-- 
GitLab