-
-
Notifications
You must be signed in to change notification settings - Fork 757
Closed
Description
I accidentally merged #7482 with broken mypy linting
The code is fine but the newly added function is not part of stable dask, yet. I believe mypy is just picking latest stable
mypy.....................................................................Failed
- hook id: mypy
- exit code: 1
distributed/comm/asyncio_tcp.py:111: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/comm/asyncio_tcp.py:135: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/comm/asyncio_tcp.py:136: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/comm/asyncio_tcp.py:137: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/comm/asyncio_tcp.py:138: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/comm/asyncio_tcp.py:139: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/comm/asyncio_tcp.py:812: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/scheduler.py:3528: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/scheduler.py:4548: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/scheduler.py:4629: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/scheduler.py:4630: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/scheduler.py:4631: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/scheduler.py:4633: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/scheduler.py:4634: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/scheduler.py:4673: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/scheduler.py:4694: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/scheduler.py:4721: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/scheduler.py:4722: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/scheduler.py:4733: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/scheduler.py:4912: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/scheduler.py:4913: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/scheduler.py:4915: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/scheduler.py:4943: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/scheduler.py:4964: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/scheduler.py:4973: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/scheduler.py:4981: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/scheduler.py:4992: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/scheduler.py:5004: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/scheduler.py:5005: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/scheduler.py:5018: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/scheduler.py:5019: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/scheduler.py:5031: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/scheduler.py:5032: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/scheduler.py:5046: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/scheduler.py:5057: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/scheduler.py:5579: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/scheduler.py:5682: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/scheduler.py:6832: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/scheduler.py:6835: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/scheduler.py:7354: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/scheduler.py:7356: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
distributed/tests/test_client.py:42: error: Module "dask.utils" has no attribute "get_default_shuffle_algorithm" [attr-defined]
Found 1 error in 1 file (checked 290 source files)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels