add light actions #144
Annotations
10 errors and 1 warning
Lint with ruff:
src/seahorse/game/action.py#L4
src/seahorse/game/action.py:4:20: F401 `typing.TYPE_CHECKING` imported but unused
|
Lint with ruff:
src/seahorse/game/game_state.py#L115
src/seahorse/game/game_state.py:115:1: W293 Blank line contains whitespace
|
Lint with ruff:
src/seahorse/game/game_state.py#L162
src/seahorse/game/game_state.py:162:1: W293 Blank line contains whitespace
|
Lint with ruff:
src/seahorse/game/game_state.py#L176
src/seahorse/game/game_state.py:176:1: W293 Blank line contains whitespace
|
Lint with ruff:
src/seahorse/game/heavy_action.py#L6
src/seahorse/game/heavy_action.py:6:39: F401 `seahorse.utils.serializer.Serializable` imported but unused
|
Lint with ruff:
src/seahorse/game/heavy_action.py#L50
src/seahorse/game/heavy_action.py:50:32: ARG002 Unused method argument: `game_state`
|
Lint with ruff:
src/seahorse/game/light_action.py#L25
src/seahorse/game/light_action.py:25:1: W293 Blank line contains whitespace
|
Lint with ruff:
src/seahorse/game/light_action.py#L29
src/seahorse/game/light_action.py:29:1: W293 Blank line contains whitespace
|
Lint with ruff:
src/seahorse/game/light_action.py#L38
src/seahorse/game/light_action.py:38:30: EM101 Exception must not use a string literal, assign to variable first
|
Lint with ruff:
src/seahorse/game/light_action.py#L39
src/seahorse/game/light_action.py:39:1: W293 Blank line contains whitespace
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Actions/checkout@v3, Actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading