Closed mure closed 7 months ago
I noticed in #53 that there were type issues in the examples that mypy wasn't reporting - missing required arguments for Pydantic models. The Pydantic maintainers created a plugin that helps with this.
What does this Pull Request accomplish?
I noticed in #53 that there were type issues in the examples that mypy wasn't reporting - missing required arguments for Pydantic models. The Pydantic maintainers created a plugin that helps with this.
Why should this Pull Request be merged?
What testing has been done?