Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xorca_docker
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
python
xorca_docker
Commits
16f94710
Commit
16f94710
authored
5 years ago
by
Willi Rath
Browse files
Options
Downloads
Plain Diff
Merge branch 'add-flake8-bugbear' into 'master'
Add bugbear plugin for flake8 See merge request
!7
parents
d3763df7
1385abe4
No related branches found
Branches containing commit
Tags
v2.0.0
Tags containing commit
1 merge request
!7
Add bugbear plugin for flake8
Pipeline
#3531
passed with stage
Stage: release
in 15 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
environment.yml
+1
-0
1 addition, 0 deletions
environment.yml
with
2 additions
and
1 deletion
Dockerfile
+
1
−
1
View file @
16f94710
...
...
@@ -2,4 +2,4 @@ FROM continuumio/miniconda3:latest
COPY
environment.yml /tmp/environment.yml
RUN
conda update
-y
-n
root conda
\
&&
conda
env
create
-f
=
/tmp/environment.yml
\
&&
conda clean
-ti
s
y
&&
conda clean
-ti
p
y
This diff is collapsed.
Click to expand it.
environment.yml
+
1
−
0
View file @
16f94710
...
...
@@ -19,3 +19,4 @@ dependencies:
-
xarray
-
pip
:
-
codecov
-
flake8-bugbear
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment