Skip to content

ruff action

ruff action #3

Triggered via pull request December 27, 2024 02:09
@barrustbarrust
synchronize #130
ruff-action
Status Failure
Total duration 20s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
Ruff (UP035): probables/__init__.py#L3
probables/__init__.py:3:1: UP035 `typing.List` is deprecated, use `list` instead
Ruff (UP006): probables/__init__.py#L29
probables/__init__.py:29:14: UP006 Use `list` instead of `List` for type annotation
Ruff (SIM110): probables/blooms/expandingbloom.py#L149
probables/blooms/expandingbloom.py:149:9: SIM110 Use `return any(blm.check_alt(hashes) for blm in self._blooms)` instead of `for` loop
build
The process '/opt/hostedtoolcache/ruff/0.8.4/x86_64/ruff' failed with exit code 1
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636