canonicalize dependency group names#868
Conversation
Reviewer's GuideThis PR implements canonicalization for dependency group names by consistently applying a normalization function (e.g., File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey @radoering - I've reviewed your changes and they look great!
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟡 Testing: 1 issue found
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
citelao
left a comment
There was a problem hiding this comment.
I'm not sure I have enough context to give you a high-quality review, but I took a look and I think this change looks good!
3386a88 to
69dc4fc
Compare
Co-authored-by: finswimmer <[email protected]>
69dc4fc to
1ba4009
Compare
Closes: #852
Alternative to #852 with some small changes:
CanonicalizedDictbecause in my opinion it is a bit overkill and I am not sure if would help to avoid errors or would be a source of new errorsdependency_group_namesSummary by Sourcery
Canonicalize dependency group names to provide case-insensitive and normalized handling of dependency groups across the package management system.
New Features:
Enhancements:
Tests: