From 28ed27a6776be9c7e45f8b620b64c098c8c850f1 Mon Sep 17 00:00:00 2001 From: Tony Cao <57024921+caolonghao@users.noreply.github.com> Date: Mon, 24 Oct 2022 15:33:24 +0800 Subject: [PATCH] [CodeStyle][F522] Update .flake8 config (#47287) * update .flake8 config: remove F522, test=document_fix * test=document_fix --- .flake8 | 1 - 1 file changed, 1 deletion(-) diff --git a/.flake8 b/.flake8 index f011303da5..80073b2421 100644 --- a/.flake8 +++ b/.flake8 @@ -23,7 +23,6 @@ ignore = # F, see https://flake8.pycqa.org/en/latest/user/error-codes.html F405, - F522, F811,F821,F841, # W, see https://pycodestyle.pycqa.org/en/latest/intro.html#error-codes -- GitLab