summaryrefslogtreecommitdiffstats
path: root/python/setup.py
diff options
context:
space:
mode:
authorJohn Snow2021-09-15 18:29:44 +0200
committerJohn Snow2021-09-27 18:10:29 +0200
commit29a8ea9ba2e5b514e969d9f7660755eb98d9922b (patch)
tree8280c333ca1c473afed2fd8c8fa08f66462ad2ba /python/setup.py
parentpython/aqmp: add QMP event support (diff)
downloadqemu-29a8ea9ba2e5b514e969d9f7660755eb98d9922b.tar.gz
qemu-29a8ea9ba2e5b514e969d9f7660755eb98d9922b.tar.xz
qemu-29a8ea9ba2e5b514e969d9f7660755eb98d9922b.zip
python/pylint: disable too-many-function-args
too-many-function-args seems prone to failure when considering things like Method Resolution Order, which mypy gets correct. When dealing with multiple inheritance, pylint doesn't seem to understand which method will actually get called, while mypy does. Remove the less powerful, redundant check. Signed-off-by: John Snow <jsnow@redhat.com> Message-id: 20210915162955.333025-17-jsnow@redhat.com Signed-off-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'python/setup.py')
0 files changed, 0 insertions, 0 deletions