Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mpsd-software-manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MPSD Computational Science
mpsd-software-manager
Merge requests
!3
allow CI to fail if ruff or black is unhappy, and format source to make it pass
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
allow CI to fail if ruff or black is unhappy, and format source to make it pass
activate-style-checks-in-ci
into
linux-debian11
Overview
4
Commits
7
Pipelines
4
Changes
1
All threads resolved!
Hide all comments
Merged
Hans Fangohr
requested to merge
activate-style-checks-in-ci
into
linux-debian11
1 year ago
Overview
4
Commits
7
Pipelines
4
Changes
1
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Viewing commit
6478fd09
Prev
Next
Show latest version
1 file
+
0
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
6478fd09
remove repeated import
· 6478fd09
Hans Fangohr
authored
1 year ago
mpsd-software-environment.py
+
0
−
1
Options
@@ -6,7 +6,6 @@ import argparse
import
sys
from
pathlib
import
Path
from
typing
import
List
,
Tuple
import
datetime
about_tool
=
"""
Build toolchains using Spack.
\n
Loading