Explain what W503 is

This commit is contained in:
Daniel Wagner-Hall 2016-02-02 17:23:12 +00:00
parent de11b5b9b5
commit a644ac6d2c

View file

@ -16,4 +16,4 @@ ignore =
[flake8]
max-line-length = 90
ignore = W503
ignore = W503 ; W503 requires that binary operators be at the end, not start, of lines. Erik doesn't like it.