mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-29 21:12:07 -06:00
qapi: update pylint configuration
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 <jsnow@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20230215000011.1725012-3-jsnow@redhat.com>
This commit is contained in:
parent
6f2ddcde77
commit
885ecdbec9
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ disable=fixme,
|
||||||
too-many-statements,
|
too-many-statements,
|
||||||
too-many-instance-attributes,
|
too-many-instance-attributes,
|
||||||
consider-using-f-string,
|
consider-using-f-string,
|
||||||
|
useless-option-value,
|
||||||
|
|
||||||
[REPORTS]
|
[REPORTS]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue