Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Python Binary Wheel Package
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASTRON Templates
Python Binary Wheel Package
Merge requests
!9
Draft: Add pre-commit hook and improve with better linting
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Closed
Draft: Add pre-commit hook and improve with better linting
add-pre-commit-improve-tox-setup
into
main
Overview
7
Commits
20
Pipelines
22
Changes
1
Closed
Hannes Feldt
requested to merge
add-pre-commit-improve-tox-setup
into
main
3 months ago
Overview
6
Commits
20
Pipelines
22
Changes
1
0
0
Merge request reports
Viewing commit
48dc72ac
Prev
Next
Show latest version
1 file
+
3
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
48dc72ac
fix
· 48dc72ac
Hannes Feldt
authored
3 months ago
docker/ci-runner/Dockerfile
+
3
−
2
View file @ 48dc72ac
Edit in single-file editor
Open in Web IDE
FROM
python:3.13
FROM
python:3.13
RUN
python
-m
pip
install
--upgrade
pip
RUN
python
-m
pip
install
--upgrade
cibuildwheel pip tox twine
RUN
python
-m
pip
install
--upgrade
cookiecutter tox twine
RUN
curl
-sSL
https://get.docker.com/ | sh
Loading