PyCQA/flake8-bugbear

Enforce order of decorators combined with `@abstractmethod`

Open

#279 opened on Aug 26, 2022

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (116 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (1,116 stars)
PR merge metrics
 (Avg merge 4h 17m) (3 merged PRs in 30d)

Description

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

Contributor guide