From 1b697a5ddcb84d56af3404d1d919e86b098fcd00 Mon Sep 17 00:00:00 2001 From: Tony Cao <57024921+caolonghao@users.noreply.github.com> Date: Mon, 10 Oct 2022 18:19:18 +0800 Subject: [PATCH] [CodeStyle][F402] Update flake8 F402 config (#46699) * Update README.md * Update README.md * Remove F402 code in config --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index e0dabceab8c..11dfbefafa4 100644 --- a/.flake8 +++ b/.flake8 @@ -16,7 +16,7 @@ ignore = E701,E711,E712,E713,E714,E721,E722,E731,E741, # F, see https://flake8.pycqa.org/en/latest/user/error-codes.html - F402,F403,F405, + F403,F405, F522,F524,F541, F601,F631,F632, F811,F821,F841, -- GitLab