Skip to content

Commit a1f5343

Browse files
committed
chore(lint): ignore rule B905
1 parent df7d8ff commit a1f5343

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ruff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ ignore = [
4040
"S101", # asserts
4141
"S311", # allow use of the random.* even though many are not cryptographically secure
4242
"S404", # allow importing the subprocess module
43+
"B905", # preserve the default behavior of `zip` without the explicit `strict` argument
4344
]
4445

4546
exclude = ["**/_version.py"]

0 commit comments

Comments
 (0)