fix guthub action #152
Annotations
10 errors and 1 warning
Ruff (W293):
src/seahorse/game/game_state.py#L114
src/seahorse/game/game_state.py:114:1: W293 Blank line contains whitespace
|
Ruff (W293):
src/seahorse/game/game_state.py#L174
src/seahorse/game/game_state.py:174:1: W293 Blank line contains whitespace
|
Ruff (W293):
src/seahorse/game/game_state.py#L187
src/seahorse/game/game_state.py:187: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
|
Ruff (W293):
src/seahorse/game/light_action.py#L41
src/seahorse/game/light_action.py:41: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/.
|