Skip to content

Commit fd9940e

Browse files
authored
Remove mypy no_implicit_optional except at top level (#2573)
no_implicit_optional was turned on for the whole tree in PR #2509 so does not need turning on for subtrees any more.
1 parent ecdcb55 commit fd9940e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mypy.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ ignore_missing_imports = True
2222
# listed per package; but unless/until that happens, the more-strictly-checked
2323
# code should be listed here:
2424
[mypy-parsl.providers.base.*]
25-
no_implicit_optional = True
2625
disallow_untyped_decorators = True
2726
warn_unused_ignores = True
2827
check_untyped_defs = True
@@ -37,7 +36,6 @@ check_untyped_defs = True
3736
ignore_errors = True
3837

3938
[mypy-parsl.monitoring.*]
40-
no_implicit_optional = True
4139
disallow_untyped_decorators = True
4240
warn_unused_ignores = True
4341
check_untyped_defs = True

0 commit comments

Comments
 (0)