Skip to content

Commit debc069

Browse files
authored
style: enable B905 to prevent issues with zip
This PR explicitly requires the input of zip to have the same length. If not, there should be something wrong. Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
1 parent e9a25fb commit debc069

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
@@ -89,6 +89,7 @@ select = [
8989
"F", # pyflakes
9090
"D", # pydocstyle
9191
"UP", # pyupgrade
92+
"B905", # zip-without-explicit-strict
9293
]
9394
ignore = [
9495
"E501", # line too long

0 commit comments

Comments
 (0)