# Global options: [mypy] warn_unused_configs = True warn_redundant_casts = True ignore_missing_imports = True strict_equality = True check_untyped_defs = True disallow_untyped_decorators = False disallow_any_generics = True disallow_untyped_calls = True disallow_incomplete_defs = True disallow_untyped_defs = True warn_return_any = True # Only alert on the files we want to check follow_imports = silent # Allow re-exporting types for airbyte-protocol no_implicit_reexport = False [tool.mypy] plugins = ["pydantic.mypy", "pendulum", "pytest-mypy-plugins"] [mypy-airbyte_cdk.models] ignore_errors = True