aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi/mypy.ini
diff options
context:
space:
mode:
authorJohn Snow <jsnow@redhat.com>2021-04-21 14:20:25 -0400
committerMarkus Armbruster <armbru@redhat.com>2021-04-30 12:59:54 +0200
commitb9ad358aa057e83f8039a1e222d6941d2bf1f70a (patch)
tree5c4bbe1eb4ae319dd8925265912a2b66e9dcb378 /scripts/qapi/mypy.ini
parent538cd41065ae5e506a1a07e866b1fd40b4b53d07 (diff)
downloadqemu-b9ad358aa057e83f8039a1e222d6941d2bf1f70a.zip
qemu-b9ad358aa057e83f8039a1e222d6941d2bf1f70a.tar.gz
qemu-b9ad358aa057e83f8039a1e222d6941d2bf1f70a.tar.bz2
qapi/expr.py: add type hint annotations
Annotations do not change runtime behavior. This commit *only* adds annotations. Signed-off-by: John Snow <jsnow@redhat.com> Message-Id: <20210421182032.3521476-11-jsnow@redhat.com> 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 0a000d5..7797c83 100644
--- a/scripts/qapi/mypy.ini
+++ b/scripts/qapi/mypy.ini
@@ -8,11 +8,6 @@ disallow_untyped_defs = False
disallow_incomplete_defs = False
check_untyped_defs = False
-[mypy-qapi.expr]
-disallow_untyped_defs = False
-disallow_incomplete_defs = False
-check_untyped_defs = False
-
[mypy-qapi.parser]
disallow_untyped_defs = False
disallow_incomplete_defs = False