chore: pin ruff==0.15.5 — unified version across all CI - #7
Conversation
|
Warning Rate limit exceeded
⌛ 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. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (41)
✨ 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 |
|
Automated PR patrol review — 2026-04-22 UTC Patrol note only; not a human approval. This PR has been open for 1009.9h with no review.
Top findings:
Suggested next action: fix failing CI, then request review . |
Summary
Pin ruff to exact version
0.15.5across all CI workflows andpyproject.toml.Changes
.github/workflows/ci-quality.yml:pip install ruff mypy→pip install "ruff==0.15.5" mypypyproject.toml:ruff = "^0.15.5"→ruff = "==0.15.5"(exact pin, not range)ruff format .using ruff 0.15.5Note
tools/audit_engine.pyhas a pre-existing syntax error (line 169) and was skipped by ruff format.