PyCQA/flake8-bugbear

Enforce order of decorators combined with `@abstractmethod`

Ouverte

#279 ouverte le 26 août 2022

 (1 commentaire) (0 réaction) (0 personne assignée)Python (116 forks)github user discovery
enhancementhelp wanted

Métriques du dépôt

Stars
 (1 116 étoiles)
Métriques de merge PR
 (Merge moyen 4h 17m) (3 PRs mergées en 30 j)

Description

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

Guide contributeur