Skip to content

Commit

Permalink
style: enable B905 to prevent issues with zip
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
njzjz authored Jul 8, 2024
1 parent e9a25fb commit debc069
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ select = [
"F", # pyflakes
"D", # pydocstyle
"UP", # pyupgrade
"B905", # zip-without-explicit-strict
]
ignore = [
"E501", # line too long
Expand Down

0 comments on commit debc069

Please sign in to comment.