diff --git a/setup.cfg b/setup.cfg index a8f3c001..139256d0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -71,6 +71,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