Remove value judgement about poetry vs pip#888
Remove value judgement about poetry vs pip#888bellini666 merged 1 commit intostrawberry-graphql:mainfrom
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUpdates the documentation wording around installation to remove an implication that users are expected to switch from pip to poetry in the future, making the language neutral about installation tools. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Hi, thanks for contributing to this project! We noticed that this PR is missing a So as soon as this PR is merged, a release will be made 🚀. Here's an example of ---
release type: patch
---
Description of the changes, ideally with some examples, if adding a new feature.
Release type can be one of patch, minor or major. We use [semver](https://semver.org/), so make sure to pick the appropriate type. If in doubt feel free to ask :) |
|
I'm not clear what an appropriate RELEASE.md would be for a docs-only change. |
bellini666
left a comment
There was a problem hiding this comment.
Makes a lot of sense, thank you! :)
Would like to add uv as well, but that can be done in another PR
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #888 +/- ##
=======================================
Coverage 91.59% 91.59%
=======================================
Files 51 51
Lines 4618 4618
=======================================
Hits 4230 4230
Misses 388 388 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
There's a large variety of ways of installing Python libraries (poetry, pip, uv, etc) and it's a bit friendlier to not assume that a user will in the future use a different one.
Types of Changes
Checklist
Summary by Sourcery
Documentation: