summaryrefslogtreecommitdiffstats
path: root/scripts/qapi
diff options
context:
space:
mode:
authorJohn Snow2021-09-30 22:57:14 +0200
committerMarkus Armbruster2021-10-02 07:33:42 +0200
commit2e28283e419357f0ee03a33a9224f908f9f67b04 (patch)
tree44fbf8f1f400091c187476cbcd860e5a5105b1ca /scripts/qapi
parentqapi/parser: Add FIXME for consolidating JSON-related types (diff)
downloadqemu-2e28283e419357f0ee03a33a9224f908f9f67b04.tar.gz
qemu-2e28283e419357f0ee03a33a9224f908f9f67b04.tar.xz
qemu-2e28283e419357f0ee03a33a9224f908f9f67b04.zip
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>
Diffstat (limited to 'scripts/qapi')
-rw-r--r--scripts/qapi/mypy.ini5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/qapi/mypy.ini b/scripts/qapi/mypy.ini
index 54ca4483d6..6625356429 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.parser]
-disallow_untyped_defs = False
-disallow_incomplete_defs = False
-check_untyped_defs = False
-
[mypy-qapi.schema]
disallow_untyped_defs = False
disallow_incomplete_defs = False