Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
buildstream
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
BuildStream
buildstream
Commits
a8c611bc
Commit
a8c611bc
authored
6 years ago
by
Tristan Maat
Browse files
Options
Downloads
Patches
Plain Diff
setup.cfg: E722 is covered by pylint
parent
ae12b617
Branches
tlater/pycodestyle
No related tags found
No related merge requests found
Pipeline
#34984423
failed
6 years ago
Stage: prepare
Stage: test
Stage: post
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.cfg
+2
-2
2 additions, 2 deletions
setup.cfg
with
2 additions
and
2 deletions
setup.cfg
+
2
−
2
View file @
a8c611bc
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment