summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index fcc2b4b..edfa309 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -78,6 +78,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
per-file-ignores =