From 522391c5bdf7dee12c5e45c25e59d005663f84a3 Mon Sep 17 00:00:00 2001 From: Mehdi ABAAKOUK Date: Thu, 29 Dec 2022 15:43:44 +0100 Subject: ignore flake8-bugbear B905 requires python>=3.10 --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index fcc2b4b..edfa309 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 = -- cgit v1.2.1