From af1c2e55562491c137ec6ea34a1cf840bb8d689f Mon Sep 17 00:00:00 2001 From: Son Date: Fri, 22 Apr 2022 10:36:19 +0200 Subject: [PATCH] allow bare except in flake8 --- .flake8 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index 8938b273..afe94e05 100644 --- a/.flake8 +++ b/.flake8 @@ -6,7 +6,9 @@ extend-ignore = E203, E501, # Ignore "f-string is missing placeholders" - F541 + F541, + # allow bare except + E722 exclude = .git, __pycache__,