no-staticmethod-decorator / R0203ΒΆ

Message emitted:

Consider using a decorator instead of calling staticmethod

Description:

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

Created by classes checker