mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 14:45:09 +02:00
Enable pytest-fixture-param-without-value (PT019) rule in ruff (#122953)
This commit is contained in:
@@ -820,7 +820,6 @@ ignore = [
|
|||||||
"PLE0605",
|
"PLE0605",
|
||||||
|
|
||||||
# temporarily disabled
|
# temporarily disabled
|
||||||
"PT019",
|
|
||||||
"PYI024", # Use typing.NamedTuple instead of collections.namedtuple
|
"PYI024", # Use typing.NamedTuple instead of collections.namedtuple
|
||||||
"RET503",
|
"RET503",
|
||||||
"RET501",
|
"RET501",
|
||||||
|
Reference in New Issue
Block a user