R0203 no-staticmethod-decoratorΒΆ

Message

'Consider using a decorator instead of calling staticmethod'

Description

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