scripts/qemu-ga-client: apply (most) pylint rules
commitf85d3252ef889b102eb42756450f45c973d3cb43
authorJohn Snow <jsnow@redhat.com>
Fri, 4 Jun 2021 15:55:27 +0000 (4 11:55 -0400)
committerJohn Snow <jsnow@redhat.com>
Fri, 18 Jun 2021 20:10:06 +0000 (18 16:10 -0400)
tree4416785d28b02707d05e7790cdf24add0ccd0ba7
parentaff103b531dc6e44650e5d3d983f313700cb7534
scripts/qemu-ga-client: apply (most) pylint rules

I'm only doing a very quick best-effort to preserve this script, to help
keep it from breaking further. I think there are pending ideas swirling
on the right way to implement better SDKs and better clients, and this
script might be a handy reference for those discussions. It presents
some interesting design problems, like static type safety when using a
dynamic RPC mechanism.

I believe it's worth preserving the effort and care that went into
making this script by updating it to work with our current
infrastructure. However, I am disabling the requirement for docstrings
in this file.

If you would like to help improve this script, please add docstrings
alongside any refactors or rejuvenations you might apply at that time.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 20210604155532.1499282-7-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
scripts/qmp/qemu-ga-client