Backup-bdg/OpenHands
0
1[mypy]2warn_unused_configs = True3ignore_missing_imports = True4check_untyped_defs = True5explicit_package_bases = True6warn_unreachable = True7warn_redundant_casts = True8no_implicit_optional = True9strict_optional = True10 1[mypy]2warn_unused_configs = True3ignore_missing_imports = True4check_untyped_defs = True5explicit_package_bases = True6warn_unreachable = True7warn_redundant_casts = True8no_implicit_optional = True9strict_optional = True10