ApolloResearch / rib

Library for methods related to the Local Interaction Basis (LIB)
MIT License
2 stars 0 forks source link

Forbid extra args in pydantic configs #237

Closed danbraunai-apollo closed 10 months ago

danbraunai-apollo commented 10 months ago

Forbid extra args in pydantic configs

Description

Related Issue

Closes #233

How Has This Been Tested?

Does this PR introduce a breaking change?

Yes. Any configs that contained arguments which weren't valid for that config will not throw a pydantic ValidationError.