Skip to content

chore: migrate Ruff lint configuration - #1946

Open
njzjz-bot wants to merge 1 commit into
masterfrom
codex/fix-1895-ruff-lint-config
Open

chore: migrate Ruff lint configuration#1946
njzjz-bot wants to merge 1 commit into
masterfrom
codex/fix-1895-ruff-lint-config

Conversation

@njzjz-bot

Copy link
Copy Markdown
Collaborator

Summary

  • Move Ruff select and ignore settings under [tool.ruff.lint].
  • Move the pydocstyle convention under [tool.ruff.lint.pydocstyle].
  • Remove the deprecated ignore-init-module-imports option.

Tests

  • ruff check dpgen tests --select F821,F822,F823 --output-format=concise
  • ruff check pyproject.toml

Both commands complete without the prior Ruff configuration warnings.

Fixes #1895

Coding agent: Codex
Codex version: codex-cli 0.149.0
Model: gpt-5.6-sol
Reasoning effort: xhigh

Fixes #1895

Coding-Agent: Codex

Codex-Version: codex-cli 0.149.0

Model: gpt-5.6-sol

Reasoning-Effort: xhigh
@coderabbitai

coderabbitai Bot commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

Next included review available in 29 minutes.

View limit details

Limit details: You’ve used all 2 included reviews currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 72de5d30-3f6a-4f85-845c-506fe4ad48a7

📥 Commits

Reviewing files that changed from the base of the PR and between d5ce577 and 55c8da7.

📒 Files selected for processing (1)
  • pyproject.toml

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.

@codecov

codecov Bot commented Aug 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 49.80%. Comparing base (d5ce577) to head (55c8da7).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1946   +/-   ##
=======================================
  Coverage   49.80%   49.80%           
=======================================
  Files          83       83           
  Lines       14986    14986           
=======================================
  Hits         7464     7464           
  Misses       7522     7522           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

[Code scan] Move Ruff lint settings out of deprecated top-level keys

1 participant