aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJohn Snow <jsnow@redhat.com>2021-04-21 15:22:33 -0400
committerMarkus Armbruster <armbru@redhat.com>2021-04-30 12:59:54 +0200
commitb54626e0b8f423e91b2e31fa7741e4954cebd2d6 (patch)
tree73d9cff0c2eaed1caed71f188048bf16da38bd2b /scripts
parent30d0a016e965796b41ac545b3d527f8080292869 (diff)
downloadqemu-b54626e0b8f423e91b2e31fa7741e4954cebd2d6.zip
qemu-b54626e0b8f423e91b2e31fa7741e4954cebd2d6.tar.gz
qemu-b54626e0b8f423e91b2e31fa7741e4954cebd2d6.tar.bz2
qapi/error.py: enable mypy checks
Signed-off-by: John Snow <jsnow@redhat.com> Message-Id: <20210421192233.3542904-9-jsnow@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'scripts')
-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 7797c83..54ca448 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