]> git.ipfire.org Git - thirdparty/u-boot.git/commit
u_boot_pylib: Correct pylint warnings in gitutil
authorSimon Glass <sjg@chromium.org>
Sat, 10 May 2025 11:04:54 +0000 (13:04 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:42 +0000 (10:07 +0100)
commit45f239afa1f85fdc6700d8e088e179024c6c21b0
tree8f42674e8afa80e1724172df8b72e4dfa5dcdeb1
parent2e680f67657cef65d8f195a122734bf01280a86c
u_boot_pylib: Correct pylint warnings in gitutil

Correct various pylint warnings in this file.

The remaining ones are three functions with too many arguments (R0913
and R0918) and use of global (W0603).

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/u_boot_pylib/gitutil.py