]> git.ipfire.org Git - thirdparty/patchwork.git/commit
tox: Disable W504 ("line break after binary operator")
authorStephen Finucane <stephen@that.guru>
Fri, 26 Oct 2018 09:39:29 +0000 (10:39 +0100)
committerStephen Finucane <stephen@that.guru>
Fri, 26 Oct 2018 09:42:01 +0000 (10:42 +0100)
commit498a8eeaa6c9d1dca8ab29a845325cff1463e815
tree8e6ce5efa48e509d3115353f8ec414676ebe0488
parent012c5bd8bad51aad0b277e2f80e20db40f549411
tox: Disable W504 ("line break after binary operator")

This was introduced in a recent version of 'pycodestyle'. The
documentation notes [1] that it is mutually exclusive with W503, which
we do enforce, suggesting that we disable one or the other. Avoid the
churn and stick to the older rule, which I personally prefer.

[1] http://pycodestyle.pycqa.org/en/latest/intro.html#error-codes

Signed-off-by: Stephen Finucane <stephen@that.guru>
tox.ini