[mypy] plugins = pydantic.mypy strict = True follow_imports = silent python_version = 3.10 # TODO: when we drop 3.9, drop the following line: force_union_syntax = True [pydantic-mypy] init_forbid_extra = True init_typed = True warn_required_dynamic_aliases = True warn_untyped_fields = True