AbsaOSS / AbsaOSS/organizational-workflows
Fix pylint warnings: W1201, W1203, E1101, W0718
Ouverte
refactoring
- Langage dominant
- Python
- Étoiles
- 0
- Forks
- 0
- Merge moyen
- 5 j 3 h
- PR mergées (30 j)
- 3
Description
## 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.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.