Give a bit more detail here

This commit is contained in:
Peter Law
2020-07-24 20:36:22 +01:00
parent 3f74981d5e
commit a9cb9fbb1f

View File

@@ -28,7 +28,8 @@ disallow_any_generics = True
disallow_subclassing_any = True
# Ensure that optional types are explicit
# Ensure that optional types are explicit, aiding clarity and ensuring that
# consumers have the choice to enable these if they want to.
no_implicit_optional = True
strict_optional = True