PyCQA/flake8-bugbear

Enforce order of decorators combined with `@abstractmethod`

开放

#279 创建于 2022年8月26日

 (1 条评论) (0 个反应) (0 位负责人)Python (116 个派生)github user discovery
enhancementhelp wanted

仓库指标

星标
 (1,116 个星标)
PR 合并指标
 (平均合并 4小时 17分钟) (30 天内合并 3 个 PR)

描述

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

贡献者指南