-
Notifications
You must be signed in to change notification settings - Fork 1
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/mx-1470 Ensure correct types #47
Conversation
cutoffthetop
commented
Nov 15, 2023
•
edited
Loading
edited
- ensure correct types for helper extract function in ldap and organigram
- fix tiny issue with pandas not parsing str subclasses with resolution
- upgrade to pydantic 2.5
- remove mypy-extensions dependency
- upgrade all other dependencies
- add yaml-checker pre-commit (for .github folder)
Signed-off-by: Nicolas Drebenstedt <[email protected]>
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.
looks good! I just think the docstrings could be slightly more precise as well.
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.
Fix one typo and we are ready to merge: ae2a797#r133237237
fixed 16cd80e |
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.
Great! Ready to merge.
- ensure correct types for helper extract function in ldap and organigram - fix tiny issue with pandas not parsing str subclasses with resolution - upgrade to pydantic 2.5 - remove mypy-extensions dependency - upgrade all other dependencies - add yaml-checker pre-commit (for .github folder)