AbsaOSS / AbsaOSS/organizational-workflows
Fix pylint warnings: W1201, W1203, E1101, W0718
オープン
refactoring
- 主要言語
- Python
- スター
- 0
- フォーク
- 0
- 平均マージ
- 5日 3時間
- マージ済み PR(30日)
- 3
説明
## Scope
- **W1201 / W1203**: Convert eager string-concatenated and f-string log messages to lazy `%s`-style formatting
- W0718: Narrow except Exception to except json.JSONDecodeError around json.loads(res.stdout) .
- E1101: Replace Cls.__dataclass_fields__ access with the public dataclasses.fields() API via a small _dataclass_field_names() helper.
コントリビューションガイド
評価
この issue はまだ評価されていません。