Skip to content

Commit c509e21

Browse files
committed
Exclude B905 (zip without strict) from linting
1 parent 70abef8 commit c509e21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ ignore = ["E203", # Whitespace before punctuation
9393
"C901", # Complex name
9494
"E501", # Line length, as enforced by black, but black ignores comments
9595
"E721" # Type comparison
96+
"B905" # zip without strict
9697
]
9798
# W504 is not supported by ruff and does not need to be excluded
9899

0 commit comments

Comments
 (0)