Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Silence flake8-bugbear #72

Merged
merged 1 commit into from Aug 29, 2022
Merged

Silence flake8-bugbear #72

merged 1 commit into from Aug 29, 2022

Conversation

sobolevn
Copy link
Member

@sobolevn sobolevn commented Aug 29, 2022

I don't think that

/src/typing_extensions.py:434:5: B024 _ProtocolMeta is an abstract base class, but it has no abstract methods. Remember to use @AbstractMethod, @abstractclassmethod and/or @abstractproperty decorators.

is even correct, because in this case we create a new metaclass in the ABC chain.
But, I guess the only other option is to complete ignore this violation.

@srittau srittau merged commit db79268 into python:main Aug 29, 2022
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.

None yet

2 participants