diff options
| author | John Snow <jsnow@redhat.com> | 2021-04-21 14:20:25 -0400 |
|---|---|---|
| committer | Markus Armbruster <armbru@redhat.com> | 2021-04-30 12:59:54 +0200 |
| commit | b9ad358aa057e83f8039a1e222d6941d2bf1f70a (patch) | |
| tree | 5c4bbe1eb4ae319dd8925265912a2b66e9dcb378 /scripts/qapi/mypy.ini | |
| parent | 538cd41065ae5e506a1a07e866b1fd40b4b53d07 (diff) | |
| download | focaccia-qemu-b9ad358aa057e83f8039a1e222d6941d2bf1f70a.tar.gz focaccia-qemu-b9ad358aa057e83f8039a1e222d6941d2bf1f70a.zip | |
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.ini | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/qapi/mypy.ini b/scripts/qapi/mypy.ini index 0a000d58b3..7797c83432 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 |