PyCQA/flake8-bugbear

Enforce order of decorators combined with `@abstractmethod`

Aperta

#279 aperta il 26 ago 2022

 (1 commento) (0 reazioni) (0 assegnatari)Python (116 fork)github user discovery
enhancementhelp wanted

Metriche repository

Star
 (1116 stelle)
Metriche merge PR
 (Merge medio 4h 17m) (3 PR mergiate in 30 g)

Descrizione

When combining @abstractmethod with @property or @staticmethod, the latter must come first. This might be a good addition to this plugin.

Guida contributor