From: Mehdi ABAAKOUK Date: Thu, 29 Dec 2022 14:43:44 +0000 (+0100) Subject: ignore flake8-bugbear B905 X-Git-Tag: 3.1.3~25^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1784%2Fhead;p=thirdparty%2Fjinja.git ignore flake8-bugbear B905 requires python>=3.10 --- diff --git a/setup.cfg b/setup.cfg index fcc2b4b4..edfa3091 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 =