Skip to content

Commit

Permalink
remove B905 ruff rule
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi committed Nov 4, 2024
1 parent edf4352 commit 3e49a68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ fix = true
ignore = [
"D203", # one blank line before class
"D213", # multi-line-summary second line
"B905", # zip without explicit strict
]
select = [
"E", # pycodestyle errors
Expand Down

0 comments on commit 3e49a68

Please sign in to comment.