We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5839450 commit 5cd5d71Copy full SHA for 5cd5d71
1 file changed
pyproject.toml
@@ -216,6 +216,7 @@ ignore = [
216
"B008", # function-call-in-default-argument
217
"B904", # raise-without-from-inside-except
218
"B905", # zip-without-explicit-strict
219
+ "B909", # loop-iterator-mutation
220
"COM812", # missing-trailing-comma
221
"PLC0415", # import-outside-top-level
222
"PLC1901", # compare-to-empty-string
0 commit comments