On 24/02/2025 20.11, Daniel P. Berrangé wrote:
Use an annotation inline to the file instead of in setup.cfgThis has the added advantage that the mypy checks now pass when using 'mypy /path/to/python/qemu' as well as 'mypy -p qemu'. Signed-off-by: Daniel P. Berrangé <berra...@redhat.com> --- python/qemu/qmp/qmp_tui.py | 12 ++++++------ python/qemu/utils/qom_fuse.py | 2 +- python/setup.cfg | 8 -------- 3 files changed, 7 insertions(+), 15 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>