From effb69e7d5108a85f71681e906e7d2b88ee86ee3 Mon Sep 17 00:00:00 2001 From: Tony Cao <57024921+caolonghao@users.noreply.github.com> Date: Tue, 11 Oct 2022 11:32:43 +0800 Subject: [PATCH] Remove F713,F714 code in .flake8 config, test=document_fix (#46855) --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index 3ffb55f4781..cc074337537 100644 --- a/.flake8 +++ b/.flake8 @@ -13,7 +13,7 @@ ignore = E301,E302,E303,E305,E306, E401,E402, E501,E502, - E701,E711,E712,E713,E714,E721,E722,E731,E741, + E701,E711,E712,E721,E722,E731,E741, # F, see https://flake8.pycqa.org/en/latest/user/error-codes.html F403,F405, -- GitLab