We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecdcb55 commit fd9940eCopy full SHA for fd9940e
mypy.ini
@@ -22,7 +22,6 @@ ignore_missing_imports = True
22
# listed per package; but unless/until that happens, the more-strictly-checked
23
# code should be listed here:
24
[mypy-parsl.providers.base.*]
25
-no_implicit_optional = True
26
disallow_untyped_decorators = True
27
warn_unused_ignores = True
28
check_untyped_defs = True
@@ -37,7 +36,6 @@ check_untyped_defs = True
37
36
ignore_errors = True
38
39
[mypy-parsl.monitoring.*]
40
41
42
43
0 commit comments