AbsaOSS / AbsaOSS/organizational-workflows

Fix pylint warnings: W1201, W1203, E1101, W0718

Open
#113 0 comments 0 reactions 1 assignee Claimed by @tmikula-dev View on GitHub
refactoring
Dominant language
Python
Stars
0
Forks
0
Avg merge
5d 3h
Merged PRs (30d)
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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.