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
Merge requests
!80
Resolve "python_syntax is python2 only"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "python_syntax is python2 only"
48-python_syntax-is-python2-only
into
master
Overview
40
Commits
12
Pipelines
13
Changes
1
Merged
Jon Azpiazu
requested to merge
48-python_syntax-is-python2-only
into
master
2 years ago
Overview
32
Commits
12
Pipelines
13
Changes
1
Expand
Closes
#48 (closed)
Edited
2 years ago
by
Jon Azpiazu
0
0
Merge request reports
Viewing commit
eb815306
Prev
Next
Show latest version
1 file
+
15
−
15
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
eb815306
Fix yaml-lint on python.yml
· eb815306
Iñigo Moreno i Caireta
authored
2 years ago
ci-templates/python.yml
+
15
−
15
Options
@@ -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
Loading