From 5f215e1ce2112d1da7f89d39b1d2f7f033fe9a4d Mon Sep 17 00:00:00 2001 From: Tony Cao <57024921+caolonghao@users.noreply.github.com> Date: Mon, 10 Oct 2022 18:31:01 +0800 Subject: [PATCH] [CodeStyle][F601] Update .flake8 config (#46720) * Update README.md * Update README.md * Update .flake8 config: remove F601 code, text=document_fix --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index f6a333e963a..3ffb55f4781 100644 --- a/.flake8 +++ b/.flake8 @@ -18,7 +18,7 @@ ignore = # F, see https://flake8.pycqa.org/en/latest/user/error-codes.html F403,F405, F522,F524,F541, - F601,F631,F632, + F631,F632, F811,F821,F841, # W, see https://pycodestyle.pycqa.org/en/latest/intro.html#error-codes -- GitLab