aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi/mypy.ini
diff options
context:
space:
mode:
authorJohn Snow <jsnow@redhat.com>2020-10-09 12:15:49 -0400
committerMarkus Armbruster <armbru@redhat.com>2020-10-10 11:37:48 +0200
commit17d40c395748dab4cd579d698b89ba6f51ffb692 (patch)
tree657933479bfcf668f1bf03c2133e03bc739bfcf5 /scripts/qapi/mypy.ini
parent3ae1c848516d92531a73f2e7f1799c3572f680c5 (diff)
downloadqemu-17d40c395748dab4cd579d698b89ba6f51ffb692.zip
qemu-17d40c395748dab4cd579d698b89ba6f51ffb692.tar.gz
qemu-17d40c395748dab4cd579d698b89ba6f51ffb692.tar.bz2
qapi/gen.py: add type hint annotations
Annotations do not change runtime behavior. This commit *only* adds annotations. Signed-off-by: John Snow <jsnow@redhat.com> Reviewed-by: Eduardo Habkost <ehabkost@redhat.com> Reviewed-by: Cleber Rosa <crosa@redhat.com> Message-Id: <20201009161558.107041-28-jsnow@redhat.com> Message-Id: <20201009161558.107041-29-jsnow@redhat.com> [mypy.ini update squashed in] Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'scripts/qapi/mypy.ini')
-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 1b8555d..c6960ff 100644
--- a/scripts/qapi/mypy.ini
+++ b/scripts/qapi/mypy.ini
@@ -14,11 +14,6 @@ disallow_untyped_defs = False
disallow_incomplete_defs = False
check_untyped_defs = False
-[mypy-qapi.gen]
-disallow_untyped_defs = False
-disallow_incomplete_defs = False
-check_untyped_defs = False
-
[mypy-qapi.introspect]
disallow_untyped_defs = False
disallow_incomplete_defs = False