Skip to content

chore: maintenance

chore: maintenance #1

Triggered via pull request May 20, 2026 15:46
Status Failure
Total duration 19s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
ruff (F403): projects/spie2022_radial_subsampling/compute_metrics.py#L14
projects/spie2022_radial_subsampling/compute_metrics.py:14:1: F403 `from direct.functionals.challenges import *` used; unable to detect undefined names
ruff (F403): projects/spie2022_radial_subsampling/compute_metrics.py#L13
projects/spie2022_radial_subsampling/compute_metrics.py:13:1: F403 `from direct.data.transforms import *` used; unable to detect undefined names
ruff (F541): projects/CMRxRecon/tools/create_data_dir.py#L200
projects/CMRxRecon/tools/create_data_dir.py:200:21: F541 f-string without any placeholders help: Remove extraneous `f` prefix
ruff (E722): docs/conf.py#L275
docs/conf.py:275:5: E722 Do not use bare `except`
ruff (E722): docs/conf.py#L268
docs/conf.py:268:5: E722 Do not use bare `except`
ruff (E722): docs/conf.py#L260
docs/conf.py:260:9: E722 Do not use bare `except`
ruff (E402): docs/conf.py#L240
docs/conf.py:240:1: E402 Module level import not at top of file
ruff (E402): docs/conf.py#L239
docs/conf.py:239:1: E402 Module level import not at top of file
ruff (E402): docs/conf.py#L131
docs/conf.py:131:1: E402 Module level import not at top of file
ruff (F821): docker/jupyter_notebook_config.py#L6
docker/jupyter_notebook_config.py:6:5: F821 Undefined name `get_config`
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/