We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df7d8ff commit a1f5343Copy full SHA for a1f5343
ruff.toml
@@ -40,6 +40,7 @@ ignore = [
40
"S101", # asserts
41
"S311", # allow use of the random.* even though many are not cryptographically secure
42
"S404", # allow importing the subprocess module
43
+ "B905", # preserve the default behavior of `zip` without the explicit `strict` argument
44
]
45
46
exclude = ["**/_version.py"]
0 commit comments