Skip to content

chore: pin ruff==0.15.5 — unified version across all CI - #7

Open
cryptoxdog wants to merge 1 commit into
mainfrom
chore/pin-ruff-0.15.5
Open

chore: pin ruff==0.15.5 — unified version across all CI#7
cryptoxdog wants to merge 1 commit into
mainfrom
chore/pin-ruff-0.15.5

Conversation

@cryptoxdog

Copy link
Copy Markdown
Collaborator

Summary

Pin ruff to exact version 0.15.5 across all CI workflows and pyproject.toml.

Changes

  • .github/workflows/ci-quality.yml: pip install ruff mypypip install "ruff==0.15.5" mypy
  • pyproject.toml: ruff = "^0.15.5"ruff = "==0.15.5" (exact pin, not range)
  • 39 Python files reformatted with ruff format . using ruff 0.15.5

Note

tools/audit_engine.py has a pre-existing syntax error (line 169) and was skipped by ruff format.

@coderabbitai

coderabbitai Bot commented Mar 11, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@cryptoxdog has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 17 minutes and 52 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 99e5714e-9f3d-4988-bd63-0b0896544f1f

📥 Commits

Reviewing files that changed from the base of the PR and between f9c37b8 and 27d99de.

📒 Files selected for processing (41)
  • .github/workflows/ci-quality.yml
  • chassis/action_registry.py
  • chassis/actions.py
  • chassis/audit.py
  • chassis/auth/auth.py
  • chassis/chassis_app.py
  • chassis/errors.py
  • chassis/health.py
  • chassis/middleware.py
  • chassis/orchestrator.py
  • chassis/pii.py
  • chassis/router.py
  • chassis/types.py
  • engine/P2_3_features.py
  • engine/features.py
  • engine/hashing.py
  • engine/logging.py
  • engine/main.py
  • engine/metrics.py
  • engine/security/5_llm_security.py
  • engine/security/P2_9_llm_schemas.py
  • engine/settings.py
  • engine/transaction.py
  • observability/1_observability_telemetry.py
  • pyproject.toml
  • scripts/perplexity_audit_agent.py
  • tests/compliance/test_api_regression.py
  • tests/compliance/test_banned_patterns.py
  • tests/compliance/test_field_names.py
  • tests/compliance/test_import_resolution.py
  • tests/compliance/test_log_safety.py
  • tests/compliance/test_test_quality.py
  • tests/unit/test_chassis_app.py
  • tests/unit/test_health.py
  • tools/audit_dispatch.py
  • tools/auditors/api_regression.py
  • tools/auditors/base.py
  • tools/auditors/log_safety.py
  • tools/auditors/query_performance.py
  • tools/auditors/test_quality.py
  • tools/verify_contracts.py
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/pin-ruff-0.15.5

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@cryptoxdog

Copy link
Copy Markdown
Collaborator Author

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.

  • CI status: FAILURE
  • Review decision: NONE
  • Draft: False
  • Files changed: 41 (python:39, config:2)
  • Heuristic scan: error_handling=7, style=9

Top findings:

  • tests/compliance/test_banned_patterns.py:55 — Bare except clause
  • tools/audit_dispatch.py:105 — print() in production code
  • tools/audit_dispatch.py:122 — print() in production code
  • tools/audit_dispatch.py:124 — print() in production code
  • tools/audit_dispatch.py:127 — print() in production code

Suggested next action: fix failing CI, then request review .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant