Skip to content
Snippets Groups Projects
Commit 16f94710 authored by Willi Rath's avatar Willi Rath
Browse files

Merge branch 'add-flake8-bugbear' into 'master'

Add bugbear plugin for flake8

See merge request !7
parents d3763df7 1385abe4
No related branches found
Tags v2.0.0
1 merge request!7Add bugbear plugin for flake8
Pipeline #3531 passed with stage
in 15 seconds
......@@ -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 -tisy
&& conda clean -tipy
......@@ -19,3 +19,4 @@ dependencies:
- xarray
- pip:
- codecov
- flake8-bugbear
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment