From ac83337f21c6863fc7d60537171f06fbc00b0ecb Mon Sep 17 00:00:00 2001 From: Ben Clifford Date: Thu, 19 Jan 2023 14:29:58 +0000 Subject: [PATCH] Remove mypy no_implicit_optional except at top level no_implicit_optional was turned on for the whole tree in PR #2509 so does not need turning on for subtrees any more. --- mypy.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/mypy.ini b/mypy.ini index 2e56645d2f..97e7c82ae6 100644 --- a/mypy.ini +++ b/mypy.ini @@ -22,7 +22,6 @@ ignore_missing_imports = True # listed per package; but unless/until that happens, the more-strictly-checked # code should be listed here: [mypy-parsl.providers.provider_base.*] -no_implicit_optional = True disallow_untyped_decorators = True warn_unused_ignores = True check_untyped_defs = True @@ -37,7 +36,6 @@ check_untyped_defs = True ignore_errors = True [mypy-parsl.monitoring.*] -no_implicit_optional = True disallow_untyped_decorators = True warn_unused_ignores = True check_untyped_defs = True