Add the ruff linter and formatter to recceiver #44
Annotations
10 errors and 1 warning
Run astral-sh/ruff-action@v3:
server/recceiver/announce.py#L63
server/recceiver/announce.py:63:13: E722 Do not use bare `except`
|
Run astral-sh/ruff-action@v3:
server/recceiver/application.py#L3
server/recceiver/application.py:3:8: F401 `sys` imported but unused
|
Run astral-sh/ruff-action@v3:
server/recceiver/application.py#L4
server/recceiver/application.py:4:1: E401 Multiple imports on one line
|
Run astral-sh/ruff-action@v3:
server/recceiver/cfstore.py#L7
server/recceiver/cfstore.py:7:1: E402 Module level import not at top of file
|
Run astral-sh/ruff-action@v3:
server/recceiver/cfstore.py#L9
server/recceiver/cfstore.py:9:1: E402 Module level import not at top of file
|
Run astral-sh/ruff-action@v3:
server/recceiver/cfstore.py#L10
server/recceiver/cfstore.py:10:1: E402 Module level import not at top of file
|
Run astral-sh/ruff-action@v3:
server/recceiver/cfstore.py#L11
server/recceiver/cfstore.py:11:1: E402 Module level import not at top of file
|
Run astral-sh/ruff-action@v3:
server/recceiver/cfstore.py#L12
server/recceiver/cfstore.py:12:1: E402 Module level import not at top of file
|
Run astral-sh/ruff-action@v3:
server/recceiver/cfstore.py#L13
server/recceiver/cfstore.py:13:1: E402 Module level import not at top of file
|
Run astral-sh/ruff-action@v3:
server/recceiver/cfstore.py#L14
server/recceiver/cfstore.py:14:1: E402 Module level import not at top of file
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading