From 7b09117b306651c53b7816fc6bc5e38253bc7ab1 Mon Sep 17 00:00:00 2001 From: Grey Li Date: Thu, 22 Dec 2022 21:13:40 +0800 Subject: [PATCH] Ignore style check for zip strict flag --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index e858d13a..d72a3941 100644 --- a/setup.cfg +++ b/setup.cfg @@ -80,6 +80,8 @@ ignore = E722 # bin op line break, invalid W503 + # zip strict flag, requires Python 3.10 + B905 # up to 88 allowed by bugbear B950 max-line-length = 80 per-file-ignores =