AbsaOSS / AbsaOSS/organizational-workflows

Fix pylint warnings: W1201, W1203, E1101, W0718

Đang mở
#113 0 bình luận 0 reaction 1 người được giao Được @tmikula-dev nhận Xem trên GitHub
refactoring
Ngôn ngữ chính
Python
Star
0
Fork
0
Merge trung bình
5 ngày 3 giờ
Pull request đã merge (30 ngày)
3

Mô tả

## 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.

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.