This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch jjardon/pycodestyle_pycodestyle
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 5fc75cb2698b53f1eb18fe5cdf91a9c3489adf65
Author: Javier Jardón <[email protected]>
AuthorDate: Tue Aug 28 22:51:15 2018 +0100

    setup.cfg: Ignore W605 and W504 for now
    
    This is the current occurence:
    40      W605 invalid escape sequence '\s'
    75      W504 line break after binary operator
---
 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index 135f850..e1a5ce4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -19,6 +19,6 @@ env =
 
 [pycodestyle]
 count = False
-ignore = E129,E125
+ignore = E129,E125,W504,W605
 exclude = doc/source/conf.py, tmp/*, */lib/python3*, */bin/*, 
buildstream/_fuse/fuse.py, .eggs/*, *_pb2.py, *_pb2_grpc.py
 max-line-length = 119

Reply via email to