Skip to content

ruff-to-pyproject - #3

Merged
steven-cutting merged 1 commit into
mainfrom
ruff-to-pyproject
Oct 7, 2025
Merged

steven-cutting merged 1 commit into
mainfrom
ruff-to-pyproject

Conversation

@steven-cutting

Copy link
Copy Markdown
Owner

No description provided.

@steven-cutting
steven-cutting requested a review from Copilot October 7, 2025 04:23
@steven-cutting steven-cutting self-assigned this Oct 7, 2025
@steven-cutting

Copy link
Copy Markdown
Owner Author

@codex

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull Request Overview

This PR consolidates Ruff configuration by moving settings from a separate ruff.toml file into the main pyproject.toml file, following modern Python project configuration best practices.

  • Eliminates the standalone ruff.toml configuration file
  • Integrates all Ruff settings directly into pyproject.toml under the [tool.ruff] section
  • Maintains the same linting rules and configuration values

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
ruff.toml Complete removal of the standalone Ruff configuration file
pyproject.toml Integration of Ruff settings into the main project configuration, replacing the extend directive

Comment thread pyproject.toml
@chatgpt-codex-connector

Copy link
Copy Markdown

To use Codex here, create an environment for this repo.

@steven-cutting
steven-cutting merged commit 1a1ee73 into main Oct 7, 2025
4 checks passed
@steven-cutting
steven-cutting deleted the ruff-to-pyproject branch October 7, 2025 07:00
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