diff options
author | John Snow | 2021-04-21 21:22:33 +0200 |
---|---|---|
committer | Markus Armbruster | 2021-04-30 12:59:54 +0200 |
commit | b54626e0b8f423e91b2e31fa7741e4954cebd2d6 (patch) | |
tree | 73d9cff0c2eaed1caed71f188048bf16da38bd2b /scripts | |
parent | qapi/error: Add type hints (diff) | |
download | qemu-b54626e0b8f423e91b2e31fa7741e4954cebd2d6.tar.gz qemu-b54626e0b8f423e91b2e31fa7741e4954cebd2d6.tar.xz qemu-b54626e0b8f423e91b2e31fa7741e4954cebd2d6.zip |
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.ini | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/qapi/mypy.ini b/scripts/qapi/mypy.ini index 7797c83432..54ca4483d6 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 |