Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
templates
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
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tecnalia_robotics-public
templates
Commits
eb815306
Commit
eb815306
authored
2 years ago
by
Iñigo Moreno i Caireta
Browse files
Options
Downloads
Patches
Plain Diff
Fix yaml-lint on python.yml
parent
df025d18
No related branches found
Branches containing commit
No related tags found
1 merge request
!80
Resolve "python_syntax is python2 only"
Pipeline
#79863
passed
2 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ci-templates/python.yml
+15
-15
15 additions, 15 deletions
ci-templates/python.yml
with
15 additions
and
15 deletions
ci-templates/python.yml
+
15
−
15
View file @
eb815306
...
...
@@ -38,26 +38,26 @@
when
:
always
py3-flake8
:
extends
:
-
.flake8_template
-
.py3_template
extends
:
-
.flake8_template
-
.py3_template
py2-flake8
:
extends
:
-
.flake8_template
-
.py2_template
extends
:
-
.flake8_template
-
.py2_template
py3-flake8_extended
:
extends
:
-
.flake8_extended_template
-
.py3_template
extends
:
-
.flake8_extended_template
-
.py3_template
py2-flake8_extended
:
extends
:
-
.flake8_extended_template
-
.py2_template
extends
:
-
.flake8_extended_template
-
.py2_template
py3-security
:
extends
:
-
.security_template
-
.py3_template
\ No newline at end of file
extends
:
-
.security_template
-
.py3_template
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