1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 09:38:58 +01:00

Add first batch of Ruff PT rules (#113665)

* Add first batch of Ruff PT rules

* fix weather test

* Fix pilight test

* Update test_intent.py

* Update pilight test_init.py

* Update test_init.py
This commit is contained in:
Sid
2024-03-18 13:26:14 +01:00
committed by GitHub
parent 8f33bad4ef
commit 727581eea3
19 changed files with 60 additions and 102 deletions
@@ -49,7 +49,7 @@ async def test_get_actions(
@pytest.mark.parametrize(
"hidden_by,entity_category",
("hidden_by", "entity_category"),
(
(er.RegistryEntryHider.INTEGRATION, None),
(er.RegistryEntryHider.USER, None),