Fix mypy type errors in reporting module

This commit is contained in:
2026-01-29 18:06:13 +00:00
parent c016320b71
commit 6830b3158c
8 changed files with 576 additions and 3 deletions

View File

@@ -84,6 +84,8 @@ disallow_incomplete_defs = true
module = [
"streamlit.*",
"plotly.*",
"weasyprint.*",
"matplotlib.*",
]
ignore_missing_imports = true