diff --git a/pyproject.toml b/pyproject.toml index 63086ed18..84f1bf600 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,6 +86,7 @@ select = [ "F", # pyflakes "D", # pydocstyle "UP", # pyupgrade + "B905", # zip-without-explicit-strict "TID253", # banned-module-level-imports ] ignore = [