Modals #1548
Annotations
11 errors
Ruff (I001):
machine/clients/slack.py#L1
machine/clients/slack.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (UP035):
machine/clients/slack.py#L5
machine/clients/slack.py:5:1: UP035 Import from `collections.abc` instead: `AsyncGenerator`, `Awaitable`
|
Ruff (I001):
machine/core.py#L1
machine/core.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (UP035):
machine/core.py#L8
machine/core.py:8:1: UP035 Import from `collections.abc` instead: `Awaitable`
|
Ruff (UP035):
machine/handlers/command_handler.py#L4
machine/handlers/command_handler.py:4:1: UP035 Import from `collections.abc` instead: `AsyncGenerator`, `Awaitable`
|
Ruff (UP035):
machine/handlers/event_handler.py#L4
machine/handlers/event_handler.py:4:1: UP035 Import from `collections.abc` instead: `Awaitable`
|
Ruff (UP035):
machine/handlers/interactive_handler.py#L6
machine/handlers/interactive_handler.py:6:1: UP035 Import from `collections.abc` instead: `AsyncGenerator`, `Awaitable`
|
Ruff (UP035):
machine/handlers/message_handler.py#L5
machine/handlers/message_handler.py:5:1: UP035 Import from `collections.abc` instead: `Awaitable`, `Mapping`
|
Ruff (UP035):
machine/models/channel.py#L1
machine/models/channel.py:1:1: UP035 `typing.List` is deprecated, use `list` instead
|
Ruff (UP035):
machine/models/core.py#L6
machine/models/core.py:6:1: UP035 Import from `collections.abc` instead: `AsyncGenerator`, `Awaitable`
|
Run Unit Tests (3.13)
Process completed with exit code 255.
|