Re: [PATCH v2 1/2] scripts: fix most issues reported by pylint

From: Jonathan Corbet
Date: Sat Jun 15 2024 - 15:42:44 EST


Dongliang Mu <dzm91@xxxxxxxxxxx> writes:

> Pylint reports many coding style issues of scripts/checktransupdate.py
>
> This patch fixes most issues with the following contents:
> - add or revise comments for all functions
> - use format string suggested by python
>
> Signed-off-by: Dongliang Mu <dzm91@xxxxxxxxxxx>
> ---
> scripts/checktransupdate.py | 55 ++++++++++++++++---------------------
> 1 file changed, 24 insertions(+), 31 deletions(-)

How does this differ from v1? Please always give that information so
reviewers know what's going on.

Thanks,

jon