Skip to content

Add some Blending combinations#775

Merged
sbrunner merged 1 commit intomasterfrom
blending
Jun 23, 2025
Merged

Add some Blending combinations#775
sbrunner merged 1 commit intomasterfrom
blending

Conversation

@sbrunner
Copy link
Copy Markdown
Member

Description

Add some more Blending combinations

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 requested a review from Copilot June 23, 2025 15:09
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 PR adds new blending combinations to suppress overlapping lint errors across pylint, mypy, and ruff.

  • Introduce a mapping for pylint: no-name-in-module <-> mypy: attr-defined
  • Introduce a mapping for pylint: no-member <-> mypy: attr-defined
  • Introduce a mapping for ruff: ANN201 <-> mypy: no-untyped-def

@sbrunner sbrunner merged commit 6f5d5ca into master Jun 23, 2025
7 checks passed
@sbrunner sbrunner deleted the blending branch June 23, 2025 15:26
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