PyCQA/flake8-bugbear

Enforce order of decorators combined with `@abstractmethod`

Offen

#279 geöffnet am 26.08.2022

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Python (116 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (1.116 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 4h 17m) (3 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide