Skip to content

Enable linting and import sorting on tests #498

Enable linting and import sorting on tests

Enable linting and import sorting on tests #498

Triggered via pull request July 30, 2024 19:06
Status Failure
Total duration 44s
Artifacts

check-sources.yml

on: pull_request
Check pre-commit hooks
29s
Check pre-commit hooks
Annotate with lint failures
11s
Annotate with lint failures
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Ruff (E721): lenskit/tests/test_fallback.py#L74
lenskit/tests/test_fallback.py:74: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.