Re: [PATCH v3 29/47] qapi/source.py: add type hint annotations

2020-09-28 Thread Cleber Rosa
On Thu, Sep 24, 2020 at 08:28:42PM -0400, John Snow wrote: > Annotations do not change runtime behavior. > This commit *only* adds annotations. > > Signed-off-by: John Snow > Reviewed-by: Eduardo Habkost Reviewed-by: Cleber Rosa Tested-by: Cleber Rosa signature.asc Description: PGP signatur

[PATCH v3 29/47] qapi/source.py: add type hint annotations

2020-09-24 Thread John Snow
Annotations do not change runtime behavior. This commit *only* adds annotations. Signed-off-by: John Snow Reviewed-by: Eduardo Habkost --- scripts/qapi/mypy.ini | 5 - scripts/qapi/source.py | 31 ++- 2 files changed, 18 insertions(+), 18 deletions(-) diff --g