-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/data validation module #131
base: main
Are you sure you want to change the base?
Feature/data validation module #131
Conversation
Add data validation module using Pydantic
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See #129 and inline comments
@@ -190,6 +190,26 @@ features = [ | |||
"dev", | |||
] | |||
|
|||
[tool.poetry] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We use hatch, not poetry
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests go in the tests folder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Refer to #129
This appears to be a duplicate of #128 - although set up slightly better. Please acknowledge this @devarshpatel1506 - close the other PR in case this is indeed the same. Please address what I mentioned in the comments. Feel free to reach out if you have any questions, and please join discussion #129 |
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: