commit | 1294601849d666f8d1962413dc3f8ff0cf644968 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat May 10 13:04:54 2025 +0200 |
committer | Simon Glass <sjg@chromium.org> | Tue May 27 10:07:42 2025 +0100 |
tree | 8f42674e8afa80e1724172df8b72e4dfa5dcdeb1 | |
parent | d09a2a529632e8ea15063c0b1664c1b3c28375a0 [diff] |
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>