Add W504 to default ignore list.

This commit is contained in:
Jimi Cullen 2018-04-15 14:17:26 +00:00
parent 68782675b7
commit e61d9d2466

View file

@ -143,7 +143,7 @@ commands =
# defaults to selecting all other errors so we do not need select=E,F,W,I,D
# Once Flake8 3.0 is released and in a good state, we can use both and it will
# work well \o/
ignore = D203
ignore = D203, W504
exclude =
.tox,
.git,