no-classmethod-decorator / R0202ΒΆ

Message emitted:

Consider using a decorator instead of calling classmethod

Description:

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

Created by classes checker