]> git.ipfire.org Git - thirdparty/qemu.git/commit
docs/qapidoc: Fix static typing on qapidoc.py
authorJohn Snow <jsnow@redhat.com>
Tue, 11 Mar 2025 03:42:35 +0000 (23:42 -0400)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 11 Mar 2025 09:10:57 +0000 (10:10 +0100)
commit45d483a851051bcea3a32b1ce7367180a8cf7bae
treea8c8cdaee349be84d9709fff1fa7896527b00455
parent7640410d5c2f7a37c8b6409f2d288807c99afd1e
docs/qapidoc: Fix static typing on qapidoc.py

Now that the legacy code is factored out, fix up the typing on the
remaining code in qapidoc.py. Add a type ignore to qapi_legacy.py to
prevent the errors there from bleeding out into qapidoc.py.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-ID: <20250311034303.75779-38-jsnow@redhat.com>
Acked-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
docs/sphinx/qapidoc.py
docs/sphinx/qapidoc_legacy.py