Skip to content

Commit

Permalink
Remove mypy no_implicit_optional except at top level (#2573)
Browse files Browse the repository at this point in the history
no_implicit_optional was turned on for the whole tree in
PR #2509 so does not need turning on for subtrees any more.
  • Loading branch information
benclifford authored Jan 26, 2023
1 parent ecdcb55 commit fd9940e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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.base.*]
no_implicit_optional = True
disallow_untyped_decorators = True
warn_unused_ignores = True
check_untyped_defs = True
Expand All @@ -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
Expand Down

0 comments on commit fd9940e

Please sign in to comment.