Disable the loop-iterator-mutation rule in ruff (#3450)

This allows ruff check --preview to succeed again.
This commit is contained in:
correctmost 2025-05-08 17:28:56 -04:00 committed by GitHub
parent 583945028f
commit 5cd5d714e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -216,6 +216,7 @@ ignore = [
"B008", # function-call-in-default-argument
"B904", # raise-without-from-inside-except
"B905", # zip-without-explicit-strict
"B909", # loop-iterator-mutation
"COM812", # missing-trailing-comma
"PLC0415", # import-outside-top-level
"PLC1901", # compare-to-empty-string