chore(config): Initialize MMA environment and configure strict mypy settings

This commit is contained in:
2026-03-04 01:07:41 -05:00
parent ce1987ef3f
commit fa207b4f9b
2 changed files with 13 additions and 6 deletions

View File

@@ -29,3 +29,10 @@ dev = [
markers = [
"integration: marks tests as integration tests (requires live GUI)",
]
[tool.mypy]
strict = true
disallow_untyped_defs = true
disallow_incomplete_defs = true
ignore_missing_imports = true