Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: enable B905 to prevent issues with zip #1580

Draft
wants to merge 2 commits into
base: devel
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
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>
  • Loading branch information
njzjz authored Jul 8, 2024
commit debc06935b4769a66477d3349a222f65a2c4b3d7
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -89,6 +89,7 @@ select = [
"F", # pyflakes
"D", # pydocstyle
"UP", # pyupgrade
"B905", # zip-without-explicit-strict
]
ignore = [
"E501", # line too long