mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Enable Ruff PT006 (#88165)
* Enable Ruff PT006 * Adjust existing cases * Fix tests * Remove unneeded parentheses
This commit is contained in:
@@ -22,7 +22,7 @@ class _AnIntFlag(IntFlag):
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
"enum_type,value,expected",
|
||||
("enum_type", "value", "expected"),
|
||||
[
|
||||
# StrEnum valid checks
|
||||
(_AStrEnum, _AStrEnum.VALUE, _AStrEnum.VALUE),
|
||||
|
Reference in New Issue
Block a user