Re: [PATCH v4 3/4] qapi: Update flake8 config

2023-02-04 Thread Markus Armbruster
John Snow writes: > New versions of flake8 don't like same-line comments. (It's a version > newer than what fc37 ships, but it still makes my life easier to fix it > now.) > > Signed-off-by: John Snow > --- > scripts/qapi/.flake8 | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > dif

[PATCH v4 3/4] qapi: Update flake8 config

2023-02-03 Thread John Snow
New versions of flake8 don't like same-line comments. (It's a version newer than what fc37 ships, but it still makes my life easier to fix it now.) Signed-off-by: John Snow --- scripts/qapi/.flake8 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/qapi/.flake8 b/scrip