From 2919d4e7c8bf77a2ddc88c26d8a4145e199fa4a3 Mon Sep 17 00:00:00 2001 From: longhao Date: Sat, 10 Sep 2022 15:16:16 +0800 Subject: [PATCH] chore(ci): update hound to ignore BLK100 Signed-off-by: longhao --- .flake8 | 1 + 1 file changed, 1 insertion(+) diff --git a/.flake8 b/.flake8 index 6c437067..97fffa92 100644 --- a/.flake8 +++ b/.flake8 @@ -1,4 +1,5 @@ [flake8] +ignore = BLK100 # flake8-quotes: # Use double quotes as our default to comply with black, we like it and