mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
* don't modify directories * oops typo * dev_config/python * add config to CI * bump CI python to 3.10 * 3.11? * del actions/ * add suggestions * delete unused code * missed some * oops missed another one * remove a file
11 lines
270 B
INI
11 lines
270 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/langchains_agent/regression |