aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index b95284c..db8f165 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -81,3 +81,6 @@ markers = [
filterwarnings = [
"ignore:Deprecated call to `pkg_resources.declare_namespace"
]
+
+[tool.mypy]
+plugins = "numpy.typing.mypy_plugin"