[mypy] # Mypy configuration for type checking python_version = 3.11 warn_return_any = True warn_unused_configs = True disallow_untyped_defs = True disallow_any_unimported = False no_implicit_optional = True warn_redundant_casts = True warn_unused_ignores = True warn_no_return = True warn_unreachable = True strict_equality = True [mypy-tests.*] disallow_untyped_defs = False [mypy-reflex.*] ignore_missing_imports = True [mypy-sqlalchemy.*] ignore_missing_imports = True [mypy-redis.*] ignore_missing_imports = True [mypy-celery.*] ignore_missing_imports = True