From f401c68df3b778f5034a8659496e450aefac6b03 Mon Sep 17 00:00:00 2001 From: Alexei Znamensky <103110+russoz@users.noreply.github.com> Date: Fri, 14 Nov 2025 19:27:45 +1300 Subject: [PATCH] remove redundant line from ruff.toml (#11155) --- ruff.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/ruff.toml b/ruff.toml index 30426aa23f..03324b31e8 100644 --- a/ruff.toml +++ b/ruff.toml @@ -23,7 +23,6 @@ ignore = [ # To fix: "UP014", # Convert `xxx` from `NamedTuple` functional to class syntax "UP024", # Replace aliased errors with `OSError` - "UP028", # Replace `yield` over `for` loop with `yield from` "UP030", # Use implicit references for positional format fields "UP031", # Use format specifiers instead of percent format "UP041", # Replace aliased errors with `TimeoutError`