Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
Data Generator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Automatic Text Recognition
Data Generator
Merge requests
!78
Update pre-commit hooks
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update pre-commit hooks
bump-precommit
into
master
Overview
0
Commits
2
Pipelines
3
Changes
1
Merged
Eva Bardou
requested to merge
bump-precommit
into
master
1 year ago
Overview
0
Commits
2
Pipelines
3
Changes
1
Expand
0
0
Merge request reports
Viewing commit
db489c9f
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
db489c9f
Pin Python to 3.11 in CI
· db489c9f
Eva Bardou
authored
1 year ago
.gitlab-ci.yml
+
1
−
1
Options
@@ -8,7 +8,7 @@ variables:
GIT_SUBMODULE_STRATEGY
:
recursive
test
:
image
:
python:3
image
:
python:3
.11
stage
:
test
cache
:
Loading