Skip to content

Commit

Permalink
ignore flake8-bugbear B905 (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism authored Dec 29, 2022
2 parents 7ffade0 + d202470 commit 315acb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ ignore =
E722
# bin op line break, invalid
W503
# zip with strict=, requires python >= 3.10
B905
# up to 88 allowed by bugbear B950
max-line-length = 80

Expand Down

0 comments on commit 315acb0

Please sign in to comment.