AbsaOSS / AbsaOSS/organizational-workflows

Fix pylint warnings: W1201, W1203, E1101, W0718

オープン
#113 コメント 0 件 リアクション 0 件 担当者 1 名 @tmikula-dev が担当を希望しています GitHub で見る
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。