Skip to content

Remove deprecated Ruff init import setting - #164

Open
njzjz-bot wants to merge 1 commit into
deepmodeling:masterfrom
njzjz-bot:codex/issue-130
Open

Remove deprecated Ruff init import setting#164
njzjz-bot wants to merge 1 commit into
deepmodeling:masterfrom
njzjz-bot:codex/issue-130

Conversation

@njzjz-bot

Copy link
Copy Markdown
Contributor

Summary

  • remove the deprecated ignore-init-module-imports option
  • leave the remaining lint selection and ignores unchanged

Fixes #130.

Validation

  • python -m ruff check . emits no ignore-init-module-imports warning
  • The five existing RUF036 findings remain unchanged

AI attribution

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

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

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: f4a89354-dbce-4185-b2a6-a35561ed9939


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.

@njzjz-bot njzjz-bot left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Review result: no blocking issues found.

Removing the deprecated Ruff option eliminates the ignore-init-module-imports warning without introducing new init-module import diagnostics. A targeted lint run showed only the five pre-existing RUF036 findings described in the PR, and CI is green.

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

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] Remove deprecated Ruff ignore-init-module-imports setting

1 participant