diff --git a/.flake8 b/.flake8 index afe94e05..c57a1d75 100644 --- a/.flake8 +++ b/.flake8 @@ -8,7 +8,7 @@ extend-ignore = # Ignore "f-string is missing placeholders" F541, # allow bare except - E722 + E722, B001 exclude = .git, __pycache__,