chore(deps): update ruff requirement from >=0.15.19 to >=0.15.22#312
Merged
Annotations
10 errors
|
ruff check (advisory):
custom_components/meshcore/binary_sensor.py#L824
custom_components/meshcore/binary_sensor.py:824:41: UP006 Use `dict` instead of `Dict` for type annotation
help: Replace with `dict`
|
|
ruff check (advisory):
custom_components/meshcore/binary_sensor.py#L716
custom_components/meshcore/binary_sensor.py:716:41: UP006 Use `dict` instead of `Dict` for type annotation
help: Replace with `dict`
|
|
ruff check (advisory):
custom_components/meshcore/binary_sensor.py#L661
custom_components/meshcore/binary_sensor.py:661:50: UP006 Use `dict` instead of `Dict` for type annotation
help: Replace with `dict`
|
|
ruff check (advisory):
custom_components/meshcore/binary_sensor.py#L644
custom_components/meshcore/binary_sensor.py:644:36: UP006 Use `dict` instead of `Dict` for type annotation
help: Replace with `dict`
|
|
ruff check (advisory):
custom_components/meshcore/binary_sensor.py#L558
custom_components/meshcore/binary_sensor.py:558:41: UP006 Use `dict` instead of `Dict` for type annotation
help: Replace with `dict`
|
|
ruff check (advisory):
custom_components/meshcore/binary_sensor.py#L469
custom_components/meshcore/binary_sensor.py:469:41: UP006 Use `dict` instead of `Dict` for type annotation
help: Replace with `dict`
|
|
ruff check (advisory):
custom_components/meshcore/binary_sensor.py#L8
custom_components/meshcore/binary_sensor.py:8:1: UP035 `typing.Dict` is deprecated, use `dict` instead
|
|
ruff check (advisory):
custom_components/meshcore/binary_sensor.py#L2
custom_components/meshcore/binary_sensor.py:2:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff check (advisory):
custom_components/meshcore/__init__.py#L486
custom_components/meshcore/__init__.py:486:13: F841 Local variable `contacts_changed` is assigned to but never used
help: Remove assignment to unused variable `contacts_changed`
|
|
ruff check (advisory):
custom_components/meshcore/__init__.py#L2
custom_components/meshcore/__init__.py:2:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
background
wait
wait-all
cancel
parallel
Loading