We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ffade0 + d202470 commit 315acb0Copy full SHA for 315acb0
setup.cfg
@@ -71,6 +71,8 @@ ignore =
71
E722
72
# bin op line break, invalid
73
W503
74
+ # zip with strict=, requires python >= 3.10
75
+ B905
76
# up to 88 allowed by bugbear B950
77
max-line-length = 80
78
0 commit comments