Re: [PATCH v5 00/16] python: add mypy support to python/qemu

2020-07-14 Thread Philippe Mathieu-Daudé
On 7/10/20 7:22 AM, John Snow wrote: > Based-on: 20200710050649.32434-1-js...@redhat.com > > This series modifies the python/qemu library to comply with mypy --strict, > pylint, and flake8. > This requires my "refactor shutdown" patch as a pre-requisite. > [...] > > These should all 100% pass.

[PATCH v5 00/16] python: add mypy support to python/qemu

2020-07-09 Thread John Snow
Based-on: 20200710050649.32434-1-js...@redhat.com This series modifies the python/qemu library to comply with mypy --strict, pylint, and flake8. This requires my "refactor shutdown" patch as a pre-requisite. v5: (Things unchanged omitted) 003/16:[] [-C] 'python/qmp.py: re-absorb