fix: replace TERMUX_VERSION refs with uname-o/_OS_TYPE guard #15
Annotations
10 errors and 2 warnings
|
ruff (E501):
lib/py/sashi_db.py#L47
lib/py/sashi_db.py:47:121: E501 Line too long (185 > 120)
|
|
ruff (E501):
lib/py/sashi_db.py#L31
lib/py/sashi_db.py:31:121: E501 Line too long (136 > 120)
|
|
ruff (F401):
lib/py/sashi_db.py#L24
lib/py/sashi_db.py:24:69: F401 `glob` imported but unused
help: Remove unused import: `glob`
|
|
ruff (I001):
lib/py/sashi_db.py#L24
lib/py/sashi_db.py:24:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (E401):
lib/py/sashi_db.py#L24
lib/py/sashi_db.py:24:1: E401 Multiple imports on one line
help: Split imports
|
|
ruff (E401):
docker/labs/stage4-grpc/server/server.py#L2
docker/labs/stage4-grpc/server/server.py:2:1: E401 Multiple imports on one line
help: Split imports
|
|
ruff (I001):
docker/labs/stage4-grpc/server/server.py#L1
docker/labs/stage4-grpc/server/server.py:1:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (F401):
docker/labs/stage4-grpc/client/client.py#L1
docker/labs/stage4-grpc/client/client.py:1:45: F401 `sys` imported but unused
help: Remove unused import: `sys`
|
|
ruff (I001):
docker/labs/stage4-grpc/client/client.py#L1
docker/labs/stage4-grpc/client/client.py:1:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (E401):
docker/labs/stage4-grpc/client/client.py#L1
docker/labs/stage4-grpc/client/client.py:1:1: E401 Multiple imports on one line
help: Split imports
|
|
lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, astral-sh/ruff-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint
The process '/usr/bin/git' failed with exit code 128
|