Skip to content

Conversation

@charliermarsh
Copy link
Member

PEP 673 forbids the use of typing(_extensions).Self in metaclasses, so we want to avoid flagging PYI034 on metaclasses. This is based on an analogous change in flake8-pyi: PyCQA/flake8-pyi#436.

Closes #8353.

@charliermarsh charliermarsh added the bug Something isn't working label Nov 12, 2023
@github-actions
Copy link
Contributor

ruff-ecosystem results

Linter (stable)

✅ ecosystem check detected no linter changes.

Linter (preview)

✅ ecosystem check detected no linter changes.

@charliermarsh charliermarsh merged commit 213d315 into main Nov 13, 2023
@charliermarsh charliermarsh deleted the charlie/is-metaclass branch November 13, 2023 00:47
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.

Add exception for PYI034 for the usage of Self in metaclasses

2 participants