From: John Snow Date: Wed, 21 Apr 2021 19:22:33 +0000 (-0400) Subject: qapi/error.py: enable mypy checks X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b54626e0b8f423e91b2e31fa7741e4954cebd2d6;p=qemu.git qapi/error.py: enable mypy checks Signed-off-by: John Snow Message-Id: <20210421192233.3542904-9-jsnow@redhat.com> Reviewed-by: Markus Armbruster Signed-off-by: Markus Armbruster --- diff --git a/scripts/qapi/mypy.ini b/scripts/qapi/mypy.ini index 7797c83432..54ca4483d6 100644 --- a/scripts/qapi/mypy.ini +++ b/scripts/qapi/mypy.ini @@ -3,11 +3,6 @@ strict = True disallow_untyped_calls = False python_version = 3.6 -[mypy-qapi.error] -disallow_untyped_defs = False -disallow_incomplete_defs = False -check_untyped_defs = False - [mypy-qapi.parser] disallow_untyped_defs = False disallow_incomplete_defs = False