summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 135f8508b..e1a5ce42b 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