1
Fork 0

fix(lint): remove deprecated ruff rule PLR1708

This commit is contained in:
Tibo De Peuter 2026-03-31 19:32:38 +00:00
parent a85a7b8d89
commit c27f5fcdf2

View file

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