From 70dbc6c676f7449d9ce3e3a160fabb35454ebf9f Mon Sep 17 00:00:00 2001 From: Tony Cao <57024921+caolonghao@users.noreply.github.com> Date: Tue, 11 Oct 2022 11:35:08 +0800 Subject: [PATCH] [CodeStyle][F631][F632] Remove F631,F632 in .flake8 config (#46856) --- .flake8 | 1 - 1 file changed, 1 deletion(-) diff --git a/.flake8 b/.flake8 index cc074337537..bab2353ed7d 100644 --- a/.flake8 +++ b/.flake8 @@ -18,7 +18,6 @@ ignore = # F, see https://flake8.pycqa.org/en/latest/user/error-codes.html F403,F405, F522,F524,F541, - F631,F632, F811,F821,F841, # W, see https://pycodestyle.pycqa.org/en/latest/intro.html#error-codes -- GitLab