diff --git a/ruff.toml b/ruff.toml index 2c8344b6c2..f4927298de 100644 --- a/ruff.toml +++ b/ruff.toml @@ -22,7 +22,7 @@ extend-select = [ "YTT", # flake8-2020 ] ignore = [ - "PERF203", # try-except-in-loop, plenty of false-positives https://github.com/astral-sh/ruff/issues/12805 + "PERF203", # try-except-in-loop, temporarily disabled as changes are invasive or false-positives "TRY003", # raise-vanilla-args, avoid multitude of exception classes "TRY301", # raise-within-try, it's handy "UP015", # redundant-open-modes, explicit is preferred