From 39548282bc55d9ad22e2280303859f69e082227c Mon Sep 17 00:00:00 2001 From: Tony Cao <57024921+caolonghao@users.noreply.github.com> Date: Tue, 11 Oct 2022 16:04:59 +0800 Subject: [PATCH] [CodeStyle][F524][F541] Remove F524,F541 in .flake8 config (#46854) * Remove F522,F524,F541 in .flake8 config * empty commit, test=document_fix * empty commit, test=document_fix --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index bab2353ed7..280f46b3e6 100644 --- a/.flake8 +++ b/.flake8 @@ -17,7 +17,7 @@ ignore = # F, see https://flake8.pycqa.org/en/latest/user/error-codes.html F403,F405, - F522,F524,F541, + F522, F811,F821,F841, # W, see https://pycodestyle.pycqa.org/en/latest/intro.html#error-codes -- GitLab