-
Notifications
You must be signed in to change notification settings - Fork 42
add more typing to python models code #1234
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1234 +/- ##
===========================================
+ Coverage 55.21% 75.08% +19.86%
===========================================
Files 103 357 +254
Lines 5455 27478 +22023
Branches 759 759
===========================================
+ Hits 3012 20631 +17619
- Misses 2360 6764 +4404
Partials 83 83
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@GerhardOfRivia thanks for the PR! Please fix the Python linter errors. |
@GerhardOfRivia poetry looks interesting but we'll have to make sure the way it manages environments works well with the new Alpine 3.19.0 python package changes. |
Currently the pyproject file it doesn't change the container build behavior just the configuration of both black and ruff. The pipx update will be good time to improve the build process for the container and change to use poetry in the future. |
|
No description provided.