LCORE- 1433: fixed linter issue + enable new linter rule#1289
LCORE- 1433: fixed linter issue + enable new linter rule#1289tisnik merged 3 commits intolightspeed-core:mainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughAdds UP017 to ruff lint configuration and standardizes UTC usage by replacing Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@src/app/endpoints/query.py`:
- Around line 240-242: Run the code formatter (Black) on
src/app/endpoints/query.py to fix the formatting delta; specifically reformat
the completed_at assignment (variable completed_at in the file) so it matches
Black's style (i.e., wrap/indent the call arguments as Black would). Ensure you
run Black across the file (or project) and commit the resulting changes so CI
passes.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 08bc927f-6ad0-4bd7-ae47-92c199ca279a
📒 Files selected for processing (3)
pyproject.tomlsrc/app/endpoints/a2a.pysrc/app/endpoints/query.py
Description
LCORE- 1433: fixed linter issue + enable new linter rule
Type of change
Tools used to create PR
Related Tickets & Documents
Summary by CodeRabbit
Chores
Style