Skip to content

Merge branch 'main' into remove_timer #148

Merge branch 'main' into remove_timer

Merge branch 'main' into remove_timer #148

Triggered via push June 5, 2024 19:10
Status Failure
Total duration 13s
Artifacts
Matrix: Linting
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Ruff (F401): src/seahorse/game/action.py#L4
src/seahorse/game/action.py:4:20: F401 `typing.TYPE_CHECKING` imported but unused
Ruff (W293): src/seahorse/game/game_state.py#L115
src/seahorse/game/game_state.py:115:1: W293 Blank line contains whitespace
Ruff (W293): src/seahorse/game/game_state.py#L175
src/seahorse/game/game_state.py:175:1: W293 Blank line contains whitespace
Ruff (W293): src/seahorse/game/game_state.py#L189
src/seahorse/game/game_state.py:189:1: W293 Blank line contains whitespace
Ruff (F401): src/seahorse/game/heavy_action.py#L6
src/seahorse/game/heavy_action.py:6:39: F401 `seahorse.utils.serializer.Serializable` imported but unused
Ruff (ARG002): src/seahorse/game/heavy_action.py#L50
src/seahorse/game/heavy_action.py:50:32: ARG002 Unused method argument: `game_state`
Ruff (W293): src/seahorse/game/light_action.py#L25
src/seahorse/game/light_action.py:25:1: W293 Blank line contains whitespace
Ruff (W293): src/seahorse/game/light_action.py#L29
src/seahorse/game/light_action.py:29:1: W293 Blank line contains whitespace
Ruff (EM101): 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
Ruff (W293): src/seahorse/game/light_action.py#L39
src/seahorse/game/light_action.py:39:1: W293 Blank line contains whitespace
Linting (3.9)
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/.