Add a Dataset to manage consistent user-item data processing #399
check-sources.yml
on: pull_request
Check pre-commit hooks
40s
Annotate with lint failures
10s
Annotations
3 errors
Ruff (E721):
lenskit/tests/test_fallback.py#L72
lenskit/tests/test_fallback.py:72:16: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
|
Ruff (E721):
lenskit/tests/test_util.py#L103
lenskit/tests/test_util.py:103:12: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
|
Annotate with lint failures
Process completed with exit code 1.
|