Skip to content

Commit

Permalink
[CodeStyle][W601] Update flake8 config (PaddlePaddle#46703)
Browse files Browse the repository at this point in the history
  • Loading branch information
caolonghao authored Oct 10, 2022
1 parent 6c9f0ab commit c11a92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c11a92c

Please sign in to comment.