You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by no...@apache.org on 2020/12/29 12:45:55 UTC

[buildstream] 04/04: setup.cfg: E722 is covered by pylint

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

not-in-ldap pushed a commit to branch tlater/pycodestyle
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit a8c611bc8a6a0223f7dc7d55bf9f7a3d9a182674
Author: Tristan Maat <tr...@codethink.co.uk>
AuthorDate: Wed Oct 31 15:34:03 2018 +0000

    setup.cfg: E722 is covered by pylint
---
 setup.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index 64f0ebb..9588180 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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