ni / nisystemlink-clients-python

Python API for interacting with a SystemLink Server, created and supported by NI.
https://ni.com/systemlink
MIT License
10 stars 18 forks source link

chore: add pydantic plugin for mypy #54

Closed mure closed 7 months ago

mure commented 9 months ago

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?