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
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
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
20
Closed
Hannes Feldt
requested to merge
add-pre-commit-improve-tox-setup
into
main
3 months ago
Overview
6
Commits
20
Pipelines
22
Changes
20
Expand
0
0
Merge request reports
Compare
main
version 19
1f3eeaac
3 months ago
version 18
e8d9c673
3 months ago
version 17
aba3915e
3 months ago
version 16
1a5e491c
3 months ago
version 15
64dfb80a
3 months ago
version 14
6860bd7a
3 months ago
version 13
76eed8bc
3 months ago
version 12
48dc72ac
3 months ago
version 11
48a16050
3 months ago
version 10
7993b014
3 months ago
version 9
840430c4
3 months ago
version 8
c6da061e
3 months ago
version 7
45571645
3 months ago
version 6
46787a73
3 months ago
version 5
cd467f0b
3 months ago
version 4
ca769d04
3 months ago
version 3
6e7b87d6
3 months ago
version 2
9716b9ea
3 months ago
version 1
2fc2125e
3 months ago
main (base)
and
latest version
latest version
007d754d
20 commits,
3 months ago
version 19
1f3eeaac
19 commits,
3 months ago
version 18
e8d9c673
18 commits,
3 months ago
version 17
aba3915e
17 commits,
3 months ago
version 16
1a5e491c
16 commits,
3 months ago
version 15
64dfb80a
15 commits,
3 months ago
version 14
6860bd7a
14 commits,
3 months ago
version 13
76eed8bc
13 commits,
3 months ago
version 12
48dc72ac
12 commits,
3 months ago
version 11
48a16050
11 commits,
3 months ago
version 10
7993b014
10 commits,
3 months ago
version 9
840430c4
9 commits,
3 months ago
version 8
c6da061e
8 commits,
3 months ago
version 7
45571645
7 commits,
3 months ago
version 6
46787a73
6 commits,
3 months ago
version 5
cd467f0b
5 commits,
3 months ago
version 4
ca769d04
4 commits,
3 months ago
version 3
6e7b87d6
3 commits,
3 months ago
version 2
9716b9ea
2 commits,
3 months ago
version 1
2fc2125e
1 commit,
3 months ago
20 files
+
377
−
183
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
20
Search (e.g. *.vue) (Ctrl+P)
docker/ci-runner/Dockerfile
+
3
−
3
Options
FROM
python:3.1
1
FROM
python:3.1
3
RUN
python
-m
pip
install
--upgrade
pip
RUN
pip
install
--upgrade
cookiecutter tox twine
cibuildwheel
==
2.13.1 cookiecutter
RUN
python
-m
pip
install
--upgrade
cibuildwheel
==
2.23.0 cookiecutter pip tox twine
RUN
curl
-sSL
https://get.docker.com/ | sh
Loading