summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-25 02:59:48 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-25 02:59:48 +0000
commitec14b3742103754d9022782587d0b5cf2f9fd1e3 (patch)
treeb3496f24575e063a780a133dfc86eca7a51fb290 /pyproject.toml
parentReleasing progress-linux version 0.1.28-0.0~progress7.99u1. (diff)
downloaddebputy-ec14b3742103754d9022782587d0b5cf2f9fd1e3.tar.xz
debputy-ec14b3742103754d9022782587d0b5cf2f9fd1e3.zip
Merging upstream version 0.1.29.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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 73119d7..f0e8427 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -43,3 +43,6 @@ testpaths = [
"tests",
"self-hosting-plugins",
]
+
+[tool.mypy]
+mypy_path = "typing-stubs"