mypy.ini 270 B

1234567891011
  1. [mypy]
  2. warn_unused_configs = True
  3. ignore_missing_imports = True
  4. check_untyped_defs = True
  5. explicit_package_bases = True
  6. warn_unreachable = True
  7. warn_redundant_casts = True
  8. no_implicit_optional = True
  9. strict_optional = True
  10. exclude = agenthub/monologue_agent/regression