Skip to content
Snippets Groups Projects
Commit a8c611bc authored by Tristan Maat's avatar Tristan Maat
Browse files

setup.cfg: E722 is covered by pylint

parent ae12b617
No related tags found
No related merge requests found
Pipeline #34984423 failed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment