John Snow <js...@redhat.com> writes: > Hi, this patchset enables strict optional checking in mypy for > everything we have typed so far. > > In general, this patchset seeks to clarify Optional[T] vs T and lift the > no-strict-optional restriction in mypy. > > Ironing out these issues allows us to be even stricter with our type > checking, which improves consistency in subclass interface types and > should make review a little nicer. > > This series is based on (but does not require) the 'qapi: sphinx-autodoc > for qapi module' series.
Series Reviewed-by: Markus Armbruster <arm...@redhat.com>