PyCQA/flake8-bugbear
Enforce order of decorators combined with `@abstractmethod`
オープン
#279 opened on 2022/08/26
enhancementhelp wanted
Repository metrics
- Stars
- (1,116 個のスター)
- PR merge metrics
- (平均マージ 4h 17m) (30d で 3 merged PRs)
説明
When combining @abstractmethod with @property or @staticmethod, the latter must come first. This might be a good addition to this plugin.