Skip to content

chore: enable stable Ruff linters - #39

Merged
IceCodeNew merged 1 commit into
masterfrom
codex/enable-stable-ruff-linters
Jul 16, 2026
Merged

chore: enable stable Ruff linters#39
IceCodeNew merged 1 commit into
masterfrom
codex/enable-stable-ruff-linters

Conversation

@IceCodeNew

Copy link
Copy Markdown
Owner

Summary

  • enable stable Ruff W, PERF, and FURB rule families while keeping preview rules disabled
  • explicitly ignore formatter-incompatible W191, E111, E114, E117, D203, D206, D300, Q000-Q004, COM812, and COM819
  • keep E501 enabled because it has remained formatter-compatible in this repository, and keep conditional ISC002 enabled because the incompatible isort/implicit-concat settings are not configured
  • replace three PERF401 append loops with equivalent list.extend expressions

Validation

  • .venv/bin/pytest -q tests/test_render.py (17 passed)
  • mise exec -- uv run --with pytest --with pytest-cov -- pytest --cov --cov-branch --cov-report=xml (529 passed; 100% source line and branch coverage)
  • .venv/bin/ruff check .
  • .venv/bin/ruff format --check .
  • prek run

@coderabbitai

coderabbitai Bot commented Jul 16, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@IceCodeNew, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 47 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 3a14ec93-85f5-4957-a6ee-f7818286e12b

📥 Commits

Reviewing files that changed from the base of the PR and between f13e518 and 1b9f6e8.

📒 Files selected for processing (2)
  • pyproject.toml
  • weather_briefing/render.py
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/enable-stable-ruff-linters

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.

@IceCodeNew
IceCodeNew requested a review from Copilot July 16, 2026 09:22

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@codecov

codecov Bot commented Jul 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.62%. Comparing base (f13e518) to head (1b9f6e8).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
- Coverage   99.62%   99.62%   -0.01%     
==========================================
  Files          39       39              
  Lines        5884     5881       -3     
  Branches      337      334       -3     
==========================================
- Hits         5862     5859       -3     
  Misses         15       15              
  Partials        7        7              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

@IceCodeNew
IceCodeNew marked this pull request as ready for review July 16, 2026 09:24
@IceCodeNew
IceCodeNew merged commit 3a56346 into master Jul 16, 2026
20 checks passed
@IceCodeNew
IceCodeNew deleted the codex/enable-stable-ruff-linters branch July 16, 2026 09:27
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.

2 participants