Enable linting and import sorting on tests #498
check-sources.yml
on: pull_request
Check pre-commit hooks
29s
Annotate with lint failures
11s
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.
|