pydantic models work with mypy provided you use the annotation-only version of required fields: from datetime import datetime from typing import List, ...
確定! 回上一頁