ruff action #3
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
|