Skip to content

Commit

Permalink
Add W503 to flake8 ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
yangle committed Sep 4, 2018
1 parent 650b4d5 commit 3c5162d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion -config/flake8
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@
# F841: local variable name is assigned to but never used
# W293: blank line contains whitespace
# W391: line at end of file
ignore = C901,E201,E202,E221,E222,E241,E251,E265,E303,E402,E501,E731,E741,E742,E743,F401,F841,W293,W391
# W503: line break before binary operator
ignore = C901,E201,E202,E221,E222,E241,E251,E265,E303,E402,E501,E731,E741,E742,E743,F401,F841,W293,W391,W503

0 comments on commit 3c5162d

Please sign in to comment.