aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJ08nY2023-10-06 15:43:59 +0200
committerJ08nY2023-10-06 15:43:59 +0200
commita99df5e420dc2fb37c1d3f279200805fb8315866 (patch)
treefc31ca4a25697138d5ac64ee07d988c6ccbbba64 /pyproject.toml
parente9b73fd3f476eaf003940aac1f1a1324c02e9ecc (diff)
downloadpyecsca-a99df5e420dc2fb37c1d3f279200805fb8315866.tar.gz
pyecsca-a99df5e420dc2fb37c1d3f279200805fb8315866.tar.zst
pyecsca-a99df5e420dc2fb37c1d3f279200805fb8315866.zip
Diffstat (limited to 'pyproject.toml')
-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"