Skip to content

Avoid recommending __slots__ for classes that inherit from more than namedtuple#12531

Merged
charliermarsh merged 1 commit intomainfrom
charlie/slot
Jul 26, 2024
Merged

Avoid recommending __slots__ for classes that inherit from more than namedtuple#12531
charliermarsh merged 1 commit intomainfrom
charlie/slot

Conversation

@charliermarsh
Copy link
Copy Markdown
Member

Summary

Closes #11887.

@charliermarsh charliermarsh added the bug Something isn't working label Jul 26, 2024
@charliermarsh charliermarsh enabled auto-merge (squash) July 26, 2024 14:20
@charliermarsh charliermarsh merged commit 1fe4a5f into main Jul 26, 2024
@charliermarsh charliermarsh deleted the charlie/slot branch July 26, 2024 14:24
@github-actions
Copy link
Copy Markdown
Contributor

ruff-ecosystem results

Linter (stable)

✅ ecosystem check detected no linter changes.

Linter (preview)

✅ ecosystem check detected no linter changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SLOT002 gives a false positive because does take into account multiple inheritance

1 participant