Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit debc069

Browse files
authoredJul 8, 2024··
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 <[email protected]>
1 parent e9a25fb commit debc069

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎pyproject.toml

+1
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)
Please sign in to comment.