Re: [PATCH v4 4/4] qapi: update pylint configuration

2023-02-06 Thread John Snow
On Sat, Feb 4, 2023, 6:34 AM Markus Armbruster wrote: > John Snow writes: > > > Newer versions of pylint disable the "no-self-use" message by > > default. Older versions don't, though. If we leave the suppressions in, > > pylint yelps about useless options. Just tell pylint to shush. > > > > Sig

Re: [PATCH v4 4/4] qapi: update pylint configuration

2023-02-04 Thread Markus Armbruster
John Snow writes: > Newer versions of pylint disable the "no-self-use" message by > default. Older versions don't, though. If we leave the suppressions in, > pylint yelps about useless options. Just tell pylint to shush. > > Signed-off-by: John Snow > --- > scripts/qapi/pylintrc | 1 + > 1 file

[PATCH v4 4/4] qapi: update pylint configuration

2023-02-03 Thread John Snow
Newer versions of pylint disable the "no-self-use" message by default. Older versions don't, though. If we leave the suppressions in, pylint yelps about useless options. Just tell pylint to shush. Signed-off-by: John Snow --- scripts/qapi/pylintrc | 1 + 1 file changed, 1 insertion(+) diff --gi