Skip to content

Commit d202470

Browse files
silehtdavidism
authored andcommitted
ignore flake8-bugbear B905
requires python>=3.10
1 parent 7ffade0 commit d202470

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)