[mypy] python_version = 3.12 strict = true warn_return_any = true warn_unused_configs = true disallow_untyped_defs = true disallow_incomplete_defs = true disallow_untyped_decorators = true plugins = pydantic.mypy [mypy-tests.*] disallow_untyped_defs = false [mypy-alembic.*] ignore_errors = true