From 8cf58d7e24ada00620bb21e66190bdf1e9b21869 Mon Sep 17 00:00:00 2001 From: Son Date: Fri, 22 Apr 2022 10:39:01 +0200 Subject: [PATCH] add B001 to flake8 --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__,