Ruff #4
Annotations
10 errors and 1 warning
|
ruff (E402):
acronymgame/__init__.py#L39
acronymgame/__init__.py:39:1: E402 Module level import not at top of file
|
|
ruff (E402):
acronymgame/__init__.py#L38
acronymgame/__init__.py:38:1: E402 Module level import not at top of file
|
|
ruff (E501):
acronymgame/__init__.py#L35
acronymgame/__init__.py:35:101: E501 Line too long (257 > 100)
|
|
ruff (E501):
acronymgame/__init__.py#L31
acronymgame/__init__.py:31:101: E501 Line too long (164 > 100)
|
|
ruff (E501):
acronymgame/__init__.py#L10
acronymgame/__init__.py:10:101: E501 Line too long (191 > 100)
|
|
ruff (F821):
.github/workflows/scripts/syncutils.py#L61
.github/workflows/scripts/syncutils.py:61:12: F821 Undefined name `cogs`
|
|
ruff (PTH123):
.github/workflows/scripts/syncutils.py#L41
.github/workflows/scripts/syncutils.py:41:6: PTH123 `open()` should be replaced by `Path.open()`
help: Replace with `Path.open()`
|
|
ruff (PTH123):
.github/workflows/scripts/syncutils.py#L38
.github/workflows/scripts/syncutils.py:38:6: PTH123 `open()` should be replaced by `Path.open()`
help: Replace with `Path.open()`
|
|
ruff (PTH123):
.github/workflows/scripts/loadcheck.py#L23
.github/workflows/scripts/loadcheck.py:23:8: PTH123 `open()` should be replaced by `Path.open()`
help: Replace with `Path.open()`
|
|
ruff (SIM115):
.github/workflows/scripts/loadcheck.py#L23
.github/workflows/scripts/loadcheck.py:23:8: SIM115 Use a context manager for opening files
|
|
ruff
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. Node.js 20 will be removed from the runner on September 16th, 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/
|