false positive: abstract-method for typing.Protocol inheritance with abc.abstractmethod #7209
Labels
False Positive 🦟
A message is emitted but nothing is wrong with the code
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
Milestone
Bug description
It appears that if:
pylint thinks that the abstract methods from the parent classes are not implemented.
From reading PEP 544 I believe this is acceptable and therefore shouldn't be a false positive.
Configuration
No response
Command used
Pylint output
Expected behavior
No warnings
Pylint version
OS / Environment
macOS 11.6.1
~Debian Buster
Additional dependencies
No response
The text was updated successfully, but these errors were encountered: