Hi Tom, On Mon, 17 Feb 2025 at 19:23, Tom Rini <tr...@konsulko.com> wrote: > > On Sun, Feb 09, 2025 at 02:26:01PM -0700, Simon Glass wrote: > > > Reduce the number of warnings in this file. > > > > Signed-off-by: Simon Glass <s...@chromium.org> > > --- > > > > tools/buildman/func_test.py | 4 +- > > tools/u_boot_pylib/gitutil.py | 240 ++++++++++++++++++---------------- > > 2 files changed, 128 insertions(+), 116 deletions(-) > > As I think these all were warnings from whatever other linting you had > mentioned in another thread, I deferred this patch as it also doesn't > cleanly apply.
Some of it, yes. But most of it is fixing things that we should fix. This is going to open up a significant diff for patman, unfortunately, just as I am adding new features for series management. So please consider applying it. I can rebase if you like? Regards, Simon > > -- > Tom