qapi/parser: enable mypy checks

Signed-off-by: John Snow <jsnow@redhat.com>

Message-Id: <20210930205716.1148693-12-jsnow@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
John Snow 2021-09-30 16:57:14 -04:00 committed by Markus Armbruster
parent 15acf48cfe
commit 2e28283e41
1 changed files with 0 additions and 5 deletions

View File

@ -3,11 +3,6 @@ strict = True
disallow_untyped_calls = False
python_version = 3.6
[mypy-qapi.parser]
disallow_untyped_defs = False
disallow_incomplete_defs = False
check_untyped_defs = False
[mypy-qapi.schema]
disallow_untyped_defs = False
disallow_incomplete_defs = False