6681871
tox.ini: switch from W503 to W504 PEP8 recently changed from W503 to W504. Line breaks should therefore come before operators. See: https://www.python.org/dev/peps/pep-0008/#should-a-line-break-before-or-after-a-binary-operator Signed-off-by: François Cami <fcami@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>