From 85350c38a80063deca9d7057ad4b267c41c56716 Mon Sep 17 00:00:00 2001 From: Hongji Wang Date: Sat, 11 Mar 2023 13:10:08 +0800 Subject: [PATCH] [lint] fix flake8 errors (#125) --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index 91118a7..63c6cff 100644 --- a/.flake8 +++ b/.flake8 @@ -9,7 +9,7 @@ ignore = # to line this up with executable bit EXE001, # these ignores are from flake8-bugbear; please fix! - B007,B008, + B007,B008,B905, # these ignores are from flake8-comprehensions; please fix! C400,C401,C402,C403,C404,C405,C407,C411,C413,C414,C415 exclude =