-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Add poetry setup #824
Add poetry setup #824
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #824 +/- ##
=======================================
Coverage 30.21% 30.21%
=======================================
Files 30 30
Lines 3988 3988
Branches 899 899
=======================================
Hits 1205 1205
Misses 2704 2704
Partials 79 79
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
The contribution license agreement needs to be agreed before this contribution can be taken. |
@microsoft-github-policy-service agree |
a3d92b3
to
8bae5c4
Compare
26d723e
to
0444666
Compare
@sonichi ready whenever you are to merge this 👍 |
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.
Thanks @rlam3 . I've tried following the commands you shared. It was a little bit confusing to me at the beginning, but I get it now.
Would you like to explain a little bit more about poetry in the doc to help beginners to try with poetry?
68251a1
to
1ddc688
Compare
How about now? |
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.
Could you fix the code format issue? You can use pre-commit to do the work.
b861821
to
3832a8a
Compare
3832a8a
to
2ce372b
Compare
fixed. |
Co-authored-by: Qingyun Wu <[email protected]> Co-authored-by: Kevin Chen <[email protected]>
* Add poetry setup * Add description of poetry linking to it's docs * Update website/docs/Installation.md Co-authored-by: Li Jiang <[email protected]> * fix with pre-commit --------- Co-authored-by: Li Jiang <[email protected]> Co-authored-by: Eric Zhu <[email protected]>
Missing poetry setup
Updated docs
Checks