fix(lint): remove deprecated ruff rule PLR1708
This commit is contained in:
parent
a85a7b8d89
commit
c27f5fcdf2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue