PyCQA/flake8-bugbear

Enforce order of decorators combined with `@abstractmethod`

オープン

#279 opened on 2022/08/26

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Python (116 件のフォーク)github user discovery
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.

コントリビューターガイド