mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 18:58:04 +02:00
Enable Ruff PT006 (#88165)
* Enable Ruff PT006 * Adjust existing cases * Fix tests * Remove unneeded parentheses
This commit is contained in:
@ -765,7 +765,7 @@ async def test_timestamp(hass: HomeAssistant) -> None:
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
"config, error",
|
||||
("config", "error"),
|
||||
[
|
||||
(
|
||||
{"has_time": True, "has_date": True, "initial": "abc"},
|
||||
|
Reference in New Issue
Block a user