diff --git a/pyproject.toml b/pyproject.toml index c10562c0fa2..cb2539e6f24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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})