From 8e3128b9893ba4ec8d120e1c2f479f61bd10a476 Mon Sep 17 00:00:00 2001 From: David Lord Date: Thu, 22 Dec 2022 09:30:31 -0800 Subject: [PATCH] ignore flake8 b905 zip(strict=True) until python 3.10 --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index e858d13a..ea7f66e2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -80,6 +80,8 @@ ignore = E722 # bin op line break, invalid W503 + # requires Python 3.10 + B905 # up to 88 allowed by bugbear B950 max-line-length = 80 per-file-ignores =