From 96609e72c1a24fb179f2c554fa141582d0a24bfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 12 Sep 2018 13:13:12 +0100 Subject: WIP --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 56710a860..d6badc77f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,5 +16,6 @@ norecursedirs = tests/integration/project integration-cache tmp __pycache__ .egg python_files = tests/*/*.py codestyle_max_line_length = 119 codestyle_ignore = E129 E125 W504 W605 +codestyle_exclude = doc/source/conf.py buildstream/_fuse/fuse.py buildstream/_protos/build/bazel/remote/execution/v2/remote_execution_pb2.py buildstream/_protos/google/api/http_pb2.py buildstream/_protos/google/bytestream/bytestream_pb2.py buildstream/_protos/google/longrunning/operations_pb2.py buildstream/_protos/google/rpc/status_pb2.py env = D:BST_TEST_SUITE=True -- cgit v1.2.1