[elbe-devel] [PATCH 09/10] pyproject: mypy: validate elbepack package
Thomas Weißschuh
thomas.weissschuh at linutronix.de
Mon Aug 12 14:19:30 CEST 2024
Mypy can also validate the elbepack package, so make use of it.
Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
pyproject.toml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pyproject.toml b/pyproject.toml
index 266c79259c83..80fcc029a600 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -15,6 +15,7 @@ filterwarnings = 'error'
[tool.mypy]
packages = [
+ 'elbepack',
'elbevalidate',
]
ignore_missing_imports = true
--
2.46.0
More information about the elbe-devel
mailing list