浏览代码

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>
John Snow 4 年之前
父节点
当前提交
b54626e0b8
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      scripts/qapi/mypy.ini

+ 0 - 5
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