| 123456789101112131415161718 | [mypy]plugins = pydantic.mypyignore_missing_imports = Trueexclude = /(*tests*)follow_imports = silentwarn_redundant_casts = Truewarn_unused_ignores = Truedisallow_any_generics = Truecheck_untyped_defs = Trueno_implicit_reexport = True# to enforce typing everywhere:# disallow_untyped_defs = True[pydantic-mypy]init_forbid_extra = Trueinit_typed = Truewarn_required_dynamic_aliases = Truewarn_untyped_fields = True
 |