Bump ruff from 0.7.4 to 0.8.0 (#378) #646
Annotations
4 errors
Ruff (RUF022):
roombapy/__init__.py#L9
roombapy/__init__.py:9:11: RUF022 `__all__` is not sorted
|
Ruff (UP035):
roombapy/cli.py#L8
roombapy/cli.py:8:1: UP035 Import from `collections.abc` instead: `Iterable`
|
Ruff (RUF021):
roombapy/roomba.py#L449
roombapy/roomba.py:449:13: RUF021 Parenthesize `a and b` expressions when chaining `and` and `or` together, to make the precedence clear
|
Ruff
Process completed with exit code 1.
|