mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 17:57:55 +00:00
Remove ignore for ruff PLC0208 (#113537)
This commit is contained in:
parent
fe9cc6705c
commit
11c570ea7b
@ -661,8 +661,6 @@ ignore = [
|
|||||||
# https://github.com/astral-sh/ruff/issues/7491
|
# https://github.com/astral-sh/ruff/issues/7491
|
||||||
# "PLC1901", # Lots of false positives
|
# "PLC1901", # Lots of false positives
|
||||||
|
|
||||||
# False positives https://github.com/astral-sh/ruff/issues/5386
|
|
||||||
"PLC0208", # Use a sequence type instead of a `set` when iterating over values
|
|
||||||
"PLR0911", # Too many return statements ({returns} > {max_returns})
|
"PLR0911", # Too many return statements ({returns} > {max_returns})
|
||||||
"PLR0912", # Too many branches ({branches} > {max_branches})
|
"PLR0912", # Too many branches ({branches} > {max_branches})
|
||||||
"PLR0913", # Too many arguments to function call ({c_args} > {max_args})
|
"PLR0913", # Too many arguments to function call ({c_args} > {max_args})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user