B027 false positive with abc.abstractclassmethod #4285
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Contributions especially welcome
Adding an abstractmethod decorator does not make sense if an abstractclassmethod decorator is used instead:
When doing an automated fixes to the PyTorch codebase I ran into an issue in the wild:
should not be flagged for instance (but currently is). This should be an easy exclusion to add to the rule and a good first issue.
The text was updated successfully, but these errors were encountered: