mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Enable pytest-fixture-param-without-value (PT019) rule in ruff (#122953)
This commit is contained in:
parent
f5e88b8293
commit
4f3d624353
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user