Skip to content

Commit

Permalink
Squash benc-mypy history
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford committed Nov 1, 2023
1 parent 86235aa commit 600799c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,10 @@ disallow_untyped_defs = True
disallow_untyped_decorators = True
check_untyped_defs = True
disallow_subclassing_any = True


# modules to be checked mostly more strongly than default:
warn_unreachable = True

[mypy-parsl.dataflow.dflow.*]
disallow_untyped_defs = True

warn_unreachable = False
# this is because of some tangle of types
# to do with channel script dirs: script dir
Expand Down

0 comments on commit 600799c

Please sign in to comment.