]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
ignore flake8-bugbear B905 1784/head
authorMehdi ABAAKOUK <sileht@sileht.net>
Thu, 29 Dec 2022 14:43:44 +0000 (15:43 +0100)
committerDavid Lord <davidism@gmail.com>
Thu, 29 Dec 2022 17:54:02 +0000 (09:54 -0800)
requires python>=3.10

setup.cfg

index fcc2b4b43392b32a9ab65884d17ef93ac2840399..edfa309151dfbce2c3cdca9cafdd0227a6a5b08e 100644 (file)
--- 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 =