ci: trigger fresh CI run to verify mypy fix
Some checks failed
CI / test (push) Failing after 6s
CI / build (push) Has been skipped

This commit is contained in:
2026-01-30 17:24:46 +00:00
parent cfcabdbce3
commit d1d40578c9

View File

@@ -67,3 +67,4 @@ python_version = "3.9"
warn_return_any = true warn_return_any = true
warn_unused_ignores = true warn_unused_ignores = true
ignore_missing_imports = true ignore_missing_imports = true
# CI type checking configured to only check src/ directory to avoid test fixture conflicts