There is a generalized wrong use of classmethod decorator in plugin. In a lot of cases classmethod decorator must be changed by staticmethod decorator. In other cases methods are simply instance methods (no decorator is needed at all).
I've counted 68 use cases to review.
Related docs:
There is a generalized wrong use of
classmethoddecorator in plugin. In a lot of casesclassmethoddecorator must be changed bystaticmethoddecorator. In other cases methods are simply instance methods (no decorator is needed at all).I've counted 68 use cases to review.
Related docs: