R0202 no-classmethod-decoratorΒΆ

Message

'Consider using a decorator instead of calling classmethod'

Description

Used when a class method is defined without using the decorator syntax.