AbsaOSS / AbsaOSS/organizational-workflows

Fix pylint warnings: W1201, W1203, E1101, W0718

Aperta
#113 0 commenti 0 reazioni 1 assegnatario Rivendicata da @tmikula-dev Vedi su GitHub
refactoring
Lingua principale
Python
Stelle
0
Fork
0
Merge medio
5g 3h
PR unite (30g)
3

Descrizione

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

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.