Skip to content

Commit 315acb0

Browse files
authored
ignore flake8-bugbear B905 (#340)
2 parents 7ffade0 + d202470 commit 315acb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ ignore =
7171
E722
7272
# bin op line break, invalid
7373
W503
74+
# zip with strict=, requires python >= 3.10
75+
B905
7476
# up to 88 allowed by bugbear B950
7577
max-line-length = 80
7678

0 commit comments

Comments
 (0)