fix: Resolve ruff lint violations in deployment service #11993
fix: Resolve ruff lint violations in deployment service #11993Cristhianzl wants to merge 1 commit into
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review infoConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (4)
WalkthroughThis PR adds a lint rule mapping to the project configuration, updates exception message formatting, changes an exception type from Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes ✨ 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 #11993 +/- ##
==========================================
- Coverage 37.32% 37.31% -0.01%
==========================================
Files 1592 1592
Lines 78279 78277 -2
Branches 11824 11824
==========================================
- Hits 29216 29212 -4
- Misses 47443 47445 +2
Partials 1620 1620
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Objective
Fix 40 ruff lint errors introduced in #11979 across the deployment service module.
Changes
Summary by CodeRabbit
Bug Fixes
Chores