From 11c570ea7b23d750e662efef502df0a0366cd649 Mon Sep 17 00:00:00 2001 From: Sid <27780930+autinerd@users.noreply.github.com> Date: Sat, 16 Mar 2024 23:45:55 +0100 Subject: [PATCH] Remove ignore for ruff PLC0208 (#113537) --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) 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})