diff --git a/mypy.ini b/mypy.ini index 531337257b..8e10a0659e 100644 --- a/mypy.ini +++ b/mypy.ini @@ -75,9 +75,6 @@ disallow_any_expr = True [mypy-parsl.executors.high_throughput.interchange.*] check_untyped_defs = True -[mypy-parsl.executors.extreme_scale.*] -ignore_errors = True - [mypy-parsl.monitoring.*] disallow_untyped_decorators = True check_untyped_defs = True