chiark / gitweb /
setup.cfg: Ignore flake8 W503/W504 operator before/after newline
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 14 Oct 2018 12:37:06 +0000 (13:37 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 14 Oct 2018 14:17:27 +0000 (15:17 +0100)
commitcaffd60d4309254ea9cb63cd34e50674447a0344
tree3c189d8220d7182b86c91d7ab1140ba625dad3ea
parent8df9c5df4e01c34fac368840ab78fb592461e73b
setup.cfg: Ignore flake8 W503/W504 operator before/after newline

This is in the default ignore list.  Unfortunately setting the list
overrides the default ignores.

Some discussion of this here:
 https://github.com/PyCQA/pycodestyle/issues/498

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
setup.cfg