Add __repr__ and __str__ to Selections class#828
Conversation
Display selections with truncation for large lists (>5 items shows first 3 plus count). Keys are sorted alphabetically for consistent output. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
Warning Rate limit exceeded@PythonFZ has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 6 minutes and 47 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (2)
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #828 +/- ##
==========================================
- Coverage 78.57% 78.49% -0.09%
==========================================
Files 153 153
Lines 18559 18587 +28
==========================================
+ Hits 14582 14589 +7
- Misses 3977 3998 +21 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Display selections with truncation for large lists (>5 items shows first 3 plus count). Keys are sorted alphabetically for consistent output.
🤖 Generated with Claude Code