-
Notifications
You must be signed in to change notification settings - Fork 222
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
Use poetry v2.0.0 #762
Use poetry v2.0.0 #762
Conversation
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.
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
It will connect to PyPI, and it seems that pre-commit.ci does not allow that. In any case, we should only check if `poetry.lock` is in sync using `poetry check --lock`. That's enough.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #762 +/- ##
=======================================
Coverage 96.10% 96.10%
=======================================
Files 55 55
Lines 2390 2390
Branches 136 136
=======================================
Hits 2297 2297
Misses 56 56
Partials 37 37 ☔ View full report in Codecov by Sentry. |
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.
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Bump poetry to version 2.0.0 and fix a few deprecation warnings.
Also add
poetry
pre-commit hook to check that the config is correct and thatpoetry.lock
is in sync.Supersedes #760