mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-10 07:18:10 -05:00
11 lines
269 B
INI
11 lines
269 B
INI
[mypy]
|
|
warn_unused_configs = True
|
|
ignore_missing_imports = True
|
|
check_untyped_defs = True
|
|
explicit_package_bases = True
|
|
warn_unreachable = True
|
|
warn_redundant_casts = True
|
|
no_implicit_optional = True
|
|
strict_optional = True
|
|
|
|
exclude = agenthub/monologue_agent/regression |