From 0d04bfe1c514d1376b8845167a99db7e28669a69 Mon Sep 17 00:00:00 2001 From: Nyakku Shigure Date: Tue, 25 Oct 2022 16:39:56 +0800 Subject: [PATCH] [CodeStyle][E231] update flake8 config (#47298) * [CodeStyle][E231] update flake8 config * empty commit, test=document_fix --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index 80073b24216..a9e2e84c94d 100644 --- a/.flake8 +++ b/.flake8 @@ -16,7 +16,7 @@ exclude = ./python/paddle/fluid/tests/unittests/mlu/** ignore = # E, see https://pycodestyle.pycqa.org/en/latest/intro.html#error-codes - E203,E231,E262,E265,E266, + E203,E262,E265,E266, E401,E402, E501, E711,E712,E721,E722,E731,E741, -- GitLab