From f3d1af6416920bc25ed4ddf873a6187b6ba8644e Mon Sep 17 00:00:00 2001 From: David Bonnes Date: Sun, 21 Apr 2024 21:06:41 +0100 Subject: [PATCH] tweak --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 99ce63da..3dac0c9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,6 +84,7 @@ disallow_untyped_decorators = true extra_checks = true # was: strict_equality, strict_concatenate = true + no_implicit_optional = true # no_implicit_reexport = true