From d89ae04e0efc297b32c740e1a504a2643148a6f4 Mon Sep 17 00:00:00 2001 From: correctmost <134317971+correctmost@users.noreply.github.com> Date: Sun, 24 Nov 2024 22:25:53 -0500 Subject: [PATCH] Delete ignore directive for Ruff rule that was removed (#2928) The unpacked-list-comprehension rule was removed in Ruff 0.8.0. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 83a3c963..f387821d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -202,7 +202,6 @@ select = [ ignore = [ "E722", # bare-except "PLW2901", # redefined-loop-name - "UP027", # unpacked-list-comprehension "UP028", # yield-in-for-loop "UP031", # printf-string-formatting "UP032", # f-string