Skip to content

Fix typo in Ruff code, add one more PyLint Ruff correspodance#742

Merged
sbrunner merged 1 commit intomasterfrom
blender
Mar 28, 2025
Merged

Fix typo in Ruff code, add one more PyLint Ruff correspodance#742
sbrunner merged 1 commit intomasterfrom
blender

Conversation

@sbrunner
Copy link
Copy Markdown
Member

Description

Update blending codes

Motivation and Context

Better Blending

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

@sbrunner sbrunner marked this pull request as ready for review March 28, 2025 07:56
Copy link
Copy Markdown

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 pull request fixes a typo in a Ruff error code and adds a new mapping for pylint and Ruff rules regarding unused arguments.

  • Replaces "ruff: BLE002" with "ruff: BLE001" to correct the typo.
  • Introduces a new combination for handling unused arguments with pylint and Ruff rules.
Comments suppressed due to low confidence (1)

prospector/blender_combinations.yaml:314

  • Verify that 'BLE001' is the correct Ruff error code replacement for the previous 'BLE002', as this adjustment may affect the linting configuration if misaligned.
    - ruff: BLE001

@sbrunner sbrunner merged commit ab2c245 into master Mar 28, 2025
5 checks passed
@sbrunner sbrunner deleted the blender branch August 13, 2025 10:08
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.

3 participants