Skip to content

Remove deprecated Ruff rule UP038 from configuration#227

Merged
Julfried merged 1 commit intomainfrom
up38
Oct 16, 2025
Merged

Remove deprecated Ruff rule UP038 from configuration#227
Julfried merged 1 commit intomainfrom
up38

Conversation

@Julfried
Copy link
Copy Markdown
Collaborator

  • Remove UP038 from ignored Ruff rules in pyproject.toml
  • Align configuration with Ruff 0.10 deprecation of UP038
  • Resolve warnings raised by ruff check and ruff format

This change eliminates deprecated rule warnings during linting and formatting, ensuring compatibility with the latest Ruff version.

Refs: astral-sh/ruff#16681

Copilot AI review requested due to automatic review settings October 16, 2025 11:33
@Julfried Julfried added skip-news Something that should not be part of the changelog maintenance Improve code quality without changing features labels Oct 16, 2025
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

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 removes the deprecated Ruff rule UP038 from the ignored rules configuration to align with Ruff 0.10's deprecation of this rule and eliminate linting warnings.

  • Removes UP038 from the ignored rules list in pyproject.toml
  • Eliminates deprecated rule warnings during code linting and formatting
  • Ensures compatibility with the latest Ruff version

@Julfried Julfried merged commit 150bd9c into main Oct 16, 2025
5 checks passed
@Julfried Julfried deleted the up38 branch October 16, 2025 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance Improve code quality without changing features skip-news Something that should not be part of the changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants