diff --git a/ruff.toml b/ruff.toml index b19b931..16e880c 100644 --- a/ruff.toml +++ b/ruff.toml @@ -349,7 +349,7 @@ extend-ignore = [ # "PLR1705", # no-else-return # "PLR1706", # consider-using-ternary # "PLR1707", # trailing-comma-tuple - "PLR1708", # stop-iteration-return + # "PLR1708", # stop-iteration-return (deprecated) # "PLR1709", # simplify-boolean-expression # "PLR1710", # inconsistent-return-statements "PLR1711", # useless-return