From a9cb9fbb1f01e5712361566c7eeaf5c887794088 Mon Sep 17 00:00:00 2001 From: Peter Law Date: Fri, 24 Jul 2020 20:36:22 +0100 Subject: [PATCH] Give a bit more detail here --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0d413b00..0186cfe8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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