On Mon, 19 Dec 2022 at 07:53, Maxim Cournoyer <maxim.courno...@gmail.com> wrote: > > This patch fixes all the PEP 8 warnings reported by Pyflake for the > gitutil module. > > Signed-off-by: Maxim Cournoyer <maxim.courno...@savoirfairelinux.com> > --- > > (no changes since v1) > > tools/patman/gitutil.py | 106 ++++++++++++++++++++++++---------------- > 1 file changed, 65 insertions(+), 41 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org> BTW we do have a 'make pylint' target which finds more problems (with pylint).