Delete ignore directive for Ruff rule that was removed (#2928)

The unpacked-list-comprehension rule was removed in Ruff 0.8.0.
This commit is contained in:
correctmost 2024-11-24 22:25:53 -05:00 committed by GitHub
parent aa80f8cf41
commit d89ae04e0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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