Skip to content

Properly clone tuples #14

Properly clone tuples

Properly clone tuples #14

Triggered via pull request February 16, 2024 21:12
Status Success
Total duration 19s
Artifacts

check-sources.yml

on: pull_request
Check Source Style
10s
Check Source Style
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 2 warnings
Ruff (F401): lenskit/batch/_train.py#L3
lenskit/batch/_train.py:3:29: F401 `lenskit.sharing.persist` imported but unused
Ruff (F403): lenskit/topn.py#L7
lenskit/topn.py:7:1: F403 `from .metrics.topn import *` used; unable to detect undefined names
Ruff (F405): lenskit/topn.py#L17
lenskit/topn.py:17:2: F405 `bulk_impl` may be undefined, or defined from star imports
Ruff (F401): lenskit/util/log.py#L8
lenskit/util/log.py:8:27: F401 `multiprocessing` imported but unused
Check Source Style
source code lint check failed
Check Source Style
lint failed but non-mandatory
Check Source Style
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check Source Style
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/