fix: typing errors in tests

This commit is contained in:
Daniel Bauer
2025-07-09 11:09:17 +02:00
parent 663e6c3064
commit f35305568c
3 changed files with 72 additions and 57 deletions

View File

@@ -61,6 +61,7 @@ ignore = ["E501"]
python_version = "3.11"
strict = true
warn_return_any = true
files = ["src", "tests"]
[[tool.mypy.overrides]]
module = ["cordra.*"]