summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2022-12-29 15:37:07 -0700
committerGitHub <noreply@github.com>2022-12-29 15:37:07 -0700
commit315acb026722dee5dffef2e0ea8577b9f421c208 (patch)
tree90d6778d0a111b605d9ded77edb2eacb965f43ee
parent7ffade0fd58c3df47a02ec3d54bc85a87d863559 (diff)
parentd202470b172bf271cad92ed2579faa6e479df974 (diff)
downloadmarkupsafe-315acb026722dee5dffef2e0ea8577b9f421c208.tar.gz
ignore flake8-bugbear B905 (#340)
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index a8f3c00..139256d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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