remove white spaces #153
Annotations
6 errors and 1 warning
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 (F401):
src/seahorse/game/master.py#L13
src/seahorse/game/master.py:13:40: F401 `seahorse.game.heavy_action.HeavyAction` imported but unused
|
Ruff (F401):
src/seahorse/game/master.py#L15
src/seahorse/game/master.py:15:40: F401 `seahorse.game.light_action.LightAction` imported but unused
|
Ruff (T201):
src/seahorse/game/master.py#L204
src/seahorse/game/master.py:204:9: T201 `print` found
|
Ruff (ARG002):
src/seahorse/player/proxies.py#L156
src/seahorse/player/proxies.py:156:54: ARG002 Unused method argument: `args`
|
Linting (3.9)
Process completed with exit code 1.
|
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/.
|