Skip to content

chore(lint): remove default ruff lint configuration from pyproject.toml#127

Open
DhavalGojiya wants to merge 1 commit into
davidlatwe:masterfrom
DhavalGojiya:chore/ruff-defaults-remove
Open

chore(lint): remove default ruff lint configuration from pyproject.toml#127
DhavalGojiya wants to merge 1 commit into
davidlatwe:masterfrom
DhavalGojiya:chore/ruff-defaults-remove

Conversation

@DhavalGojiya

@DhavalGojiya DhavalGojiya commented May 14, 2026

Copy link
Copy Markdown

Description

Remove default ruff lint configuration from pyproject.toml

See:
ruff-default-line-length
ruff-default-exclude

Summary by CodeRabbit

  • Chores
    • Simplified linting configuration for improved consistency.

Review Change Stack

@coderabbitai

coderabbitai Bot commented May 14, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 8e552d4e-a1e6-44b6-9fdb-30cf0dc1e25f

📥 Commits

Reviewing files that changed from the base of the PR and between ece1935 and 04ef824.

📒 Files selected for processing (1)
  • pyproject.toml
💤 Files with no reviewable changes (1)
  • pyproject.toml

📝 Walkthrough

Walkthrough

The pull request removes the top-level [tool.ruff] configuration block from pyproject.toml that defined line-length and exclude settings, while preserving the [tool.ruff.lint] configuration block with its rule extensions and ignores.

Changes

Ruff Configuration Consolidation

Layer / File(s) Summary
Remove top-level Ruff configuration block
pyproject.toml
The [tool.ruff] section containing line-length and exclude is removed, consolidating Ruff settings to the [tool.ruff.lint] block.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

A config so clean, a top block removed,
Ruff's ruleset groomed and gently improved,
Lint settings stay true, consolidated with care,
The build system breathes easier air. 🐰✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: removing default ruff lint configuration from pyproject.toml, which matches the changeset of removing the [tool.ruff] block.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


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

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