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:
parent
aa80f8cf41
commit
d89ae04e0e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue