PyCQA/flake8-bugbear

Enforce order of decorators combined with `@abstractmethod`

Aberta

#279 aberto em 26 de ago. de 2022

 (1 comentário) (0 reação) (0 responsável)Python (116 forks)github user discovery
enhancementhelp wanted

Métricas do repositório

Stars
 (1.116 estrelas)
Métricas de merge de PR
 (Mesclagem média 4h 17m) (3 fundiu PRs em 30d)

Description

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

Guia do colaborador