qapi: enable strict-optional checks

In the modules that we are checking so far, we can be stricter about the
difference between Optional[T] and T types. Enable that check.

Enabling it now will assist review on further typing and cleanup work.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-Id: <20210201193747.2169670-17-jsnow@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
John Snow 2021-02-01 14:37:47 -05:00 committed by Markus Armbruster
parent 4a82e468e7
commit c51172667b
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
[mypy]
strict = True
strict_optional = False
disallow_untyped_calls = False
python_version = 3.6