From dc64db159ba89b187946d6717520885112ceec20 Mon Sep 17 00:00:00 2001 From: Tony Cao <57024921+caolonghao@users.noreply.github.com> Date: Thu, 20 Oct 2022 11:21:52 +0800 Subject: [PATCH] [CodeStyle][W605] Update .flake8 config (#46753) * Update .flake8 config: remove W605, test=document_fix * Resolve conflict, test=document_fix --- .flake8 | 1 - 1 file changed, 1 deletion(-) diff --git a/.flake8 b/.flake8 index 9e6159ce9b1..e0e589f82f9 100644 --- a/.flake8 +++ b/.flake8 @@ -30,7 +30,6 @@ ignore = # W, see https://pycodestyle.pycqa.org/en/latest/intro.html#error-codes W503,W504 - W605 per-file-ignores = # These files need tabs for testing. python/paddle/fluid/tests/unittests/dygraph_to_static/test_error.py:E101,W191 -- GitLab