Remove ignore for ruff PLC0208 (#113537)

This commit is contained in:
Sid 2024-03-16 23:45:55 +01:00 committed by GitHub
parent fe9cc6705c
commit 11c570ea7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -661,8 +661,6 @@ ignore = [
# https://github.com/astral-sh/ruff/issues/7491
# "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})
"PLR0912", # Too many branches ({branches} > {max_branches})
"PLR0913", # Too many arguments to function call ({c_args} > {max_args})