python: disable too-many-positional-arguments warning
authorJohn Snow <jsnow@redhat.com>
Fri, 1 Nov 2024 17:36:59 +0000 (13:36 -0400)
committerKevin Wolf <kwolf@redhat.com>
Mon, 25 Nov 2024 10:03:14 +0000 (11:03 +0100)
commit4c600fdcd49c5661b658c325100dcd7754b0a479
tree486f5b91ae903e87ee1002bb9e72223b4c56a8f2
parentd808888429dbdd308e7348cb112ece06d287b87a
python: disable too-many-positional-arguments warning

Newest versions of pylint complain about specifically positional
arguments in addition to too many in general. We already disable the
general case, so silence this new warning too.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-ID: <20241101173700.965776-4-jsnow@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
python/setup.cfg
tests/qemu-iotests/pylintrc