Skip to content

Commit fdecd1f

Browse files
committed
Allow zip without explicit strict keyword
1 parent 385ed72 commit fdecd1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ ignore = [
194194
"B026",
195195
# No explicit `stacklevel` keyword argument found
196196
"B028",
197+
# `zip` without explicit `strict` keyword
198+
"B905",
197199
# Assigning lambda expression
198200
"E731",
199201
# Ambiguous variable names

0 commit comments

Comments
 (0)