Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Python 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 Package
Merge requests
!33
Add pre-commit hook and improve with better linting
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Add pre-commit hook and improve with better linting
add-pre-commit-improve-tox-setup
into
main
Overview
9
Commits
29
Pipelines
29
Changes
1
Merged
Hannes Feldt
requested to merge
add-pre-commit-improve-tox-setup
into
main
6 months ago
Overview
6
Commits
29
Pipelines
29
Changes
1
0
0
Merge request reports
Viewing commit
1e2f45fa
Prev
Next
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
1e2f45fa
fix
· 1e2f45fa
Hannes Feldt
authored
6 months ago
.gitlab-ci.yml
+
1
−
0
View file @ 1e2f45fa
Edit in single-file editor
Open in Web IDE
Show full file
@@ -24,6 +24,7 @@ build-template:
-
source ./setup.sh
-
git add .
-
git commit -m 'Test'
-
git remote add origin git@git.astron.nl:templates/python-package-test
-
git push --dry-run -u origin test
-
rm -r .venv
-
rm -r .git
Loading