Add PyDantic
/attrs
-style validation to all public functions
#380
Labels
enhancement
New feature or request
PyDantic
/attrs
-style validation to all public functions
#380
It would be nice to properly validate all inputs to public functions. This could be done following the movement way.
Currently this is done ad-hoc in datashuttle e.g. #375. This should be reworked to be centralised in a argument-validation module.
The text was updated successfully, but these errors were encountered: