[PATCH 16/25] qapi/schema.py: enable checking

John Snow posted 25 patches 5 years, 1 month ago
[PATCH 16/25] qapi/schema.py: enable checking
Posted by John Snow 5 years, 1 month ago
Signed-off-by: John Snow <jsnow@redhat.com>
---
 scripts/qapi/mypy.ini | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/scripts/qapi/mypy.ini b/scripts/qapi/mypy.ini
index 20ab509946..df60c18de1 100644
--- a/scripts/qapi/mypy.ini
+++ b/scripts/qapi/mypy.ini
@@ -1,10 +1,4 @@
 [mypy]
 strict = True
 strict_optional = False
-disallow_untyped_calls = False
 python_version = 3.6
-
-[mypy-qapi.schema]
-disallow_untyped_defs = False
-disallow_incomplete_defs = False
-check_untyped_defs = False
-- 
2.26.2