diff options
author | Tristan Maat <tristan.maat@codethink.co.uk> | 2018-10-31 15:34:03 +0000 |
---|---|---|
committer | Tristan Maat <tristan.maat@codethink.co.uk> | 2018-10-31 15:34:03 +0000 |
commit | a8c611bc8a6a0223f7dc7d55bf9f7a3d9a182674 (patch) | |
tree | 0f1efbbb4dee522ad9cf24aeb1d5d20b2a55aeba | |
parent | ae12b6172fd09b405fbac75017d6cc63abf75043 (diff) | |
download | buildstream-tlater/pycodestyle.tar.gz |
setup.cfg: E722 is covered by pylinttlater/pycodestyle
-rw-r--r-- | setup.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,7 +15,7 @@ addopts = --verbose --basetemp ./tmp --codestyle --pylint --pylint-rcfile=.pylin norecursedirs = tests/integration/project integration-cache tmp __pycache__ .eggs 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/longrunning/operations_pb2.py +codestyle_ignore = E129 E125 E722 W504 W605 +codestyle_exclude = doc/source/conf.py buildstream/_fuse/fuse.py buildstream/_protos/build/bazel/remote/execution/v2/remote_execution_pb2_grpc.py buildstream/_protos/google/longrunning/operations_pb2.py env = D:BST_TEST_SUITE=True |