chore(config): Initialize MMA environment and configure strict mypy settings
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user