From c11a92c7a1f59c20075f104ccf14dd50430c438f Mon Sep 17 00:00:00 2001 From: Tony Cao <57024921+caolonghao@users.noreply.github.com> Date: Mon, 10 Oct 2022 18:28:30 +0800 Subject: [PATCH] [CodeStyle][W601] Update flake8 config (#46703) --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index 11dfbefafa4..f6a333e963a 100644 --- a/.flake8 +++ b/.flake8 @@ -23,7 +23,7 @@ ignore = # W, see https://pycodestyle.pycqa.org/en/latest/intro.html#error-codes W503,W504 - W601,W605 + W605 per-file-ignores = # These files need tabs for testing. python/paddle/fluid/tests/unittests/dygraph_to_static/test_error.py:E101,W191 -- GitLab