From 3684ad193419aaecb3788ac2eb219a5f30e36d47 Mon Sep 17 00:00:00 2001 From: Nyakku Shigure Date: Wed, 19 Oct 2022 15:37:13 +0800 Subject: [PATCH] [CodeStyle][F403] remove error code E403 in flake8 config (#46947) * [CodeStyle][F403] remove error code E403 in flake8 config * empty commit, test=document_fix --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index 30005bb854..9e6159ce9b 100644 --- a/.flake8 +++ b/.flake8 @@ -24,7 +24,7 @@ ignore = E701,E711,E712,E721,E722,E731,E741, # F, see https://flake8.pycqa.org/en/latest/user/error-codes.html - F403,F405, + F405, F522, F811,F821,F841, -- GitLab