Skip to content

Commit 5cd5d71

Browse files
authored
Disable the loop-iterator-mutation rule in ruff (#3450)
This allows ruff check --preview to succeed again.
1 parent 5839450 commit 5cd5d71

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ ignore = [
216216
"B008", # function-call-in-default-argument
217217
"B904", # raise-without-from-inside-except
218218
"B905", # zip-without-explicit-strict
219+
"B909", # loop-iterator-mutation
219220
"COM812", # missing-trailing-comma
220221
"PLC0415", # import-outside-top-level
221222
"PLC1901", # compare-to-empty-string

0 commit comments

Comments
 (0)