Update Ruff to v0.0.247 (#88210)
* Update Ruff to v0.0.247 * Fix new found violations
This commit is contained in:
parent
a1efd59760
commit
d3ed8de232
40 changed files with 135 additions and 106 deletions
|
@ -603,7 +603,7 @@ async def mock_modbus_read_pymodbus_fixture(
|
|||
],
|
||||
)
|
||||
@pytest.mark.parametrize(
|
||||
"do_return,do_exception,do_expect_state,do_expect_value",
|
||||
("do_return", "do_exception", "do_expect_state", "do_expect_value"),
|
||||
[
|
||||
[ReadResult([1]), None, STATE_ON, "1"],
|
||||
[IllegalFunctionRequest(0x99), None, STATE_UNAVAILABLE, STATE_UNAVAILABLE],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue