]> git.proxmox.com Git - mirror_qemu.git/commit
qapi: update pylint configuration
authorJohn Snow <jsnow@redhat.com>
Wed, 15 Feb 2023 00:00:07 +0000 (19:00 -0500)
committerMarkus Armbruster <armbru@redhat.com>
Thu, 23 Feb 2023 11:49:39 +0000 (12:49 +0100)
commit885ecdbec9da62ede8019fc74f9154215e410aee
tree24c5bbd1a419a3b7d192af5a7d6a3e396fd80222
parent6f2ddcde774d5cbe522693b374f45a1bcb70cebf
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>
scripts/qapi/pylintrc