Skip to content

Commit

Permalink
Merge pull request #151 from NCAR/bug_fix
Browse files Browse the repository at this point in the history
bugfix
  • Loading branch information
pilotchute authored May 4, 2021
2 parents db7697b + cec1cf5 commit eae0d27
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
11 changes: 5 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
repos:
- repo: https://github.com/pre-commit/mirrors-yapf # To format the code to conform YAPF
rev: v0.31.0
hooks:
- id: yapf
args: ['--in-place', '--recursive', '--style', 'google']

- repo: https://github.com/myint/docformatter # To format the doc strings to conform PEP257
rev: v1.4
Expand All @@ -15,9 +20,3 @@ repos:
- id: end-of-file-fixer # Makes sure files end with a newline.
- id: trailing-whitespace # Checks for any tabs or spaces after the last non-whitespace character on the line.
- id: check-docstring-first # Checks that code comes after the docstrings.

- repo: https://github.com/pre-commit/mirrors-yapf # To format the code to conform YAPF
rev: v0.31.0
hooks:
- id: yapf
args: ['--in-place', '--recursive', '--style', 'google']
4 changes: 2 additions & 2 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "2021.05.0" %}
{% set version = "2021.05.1" %}

package:
name: 'geocat-comp'
Expand Down Expand Up @@ -28,7 +28,7 @@ requirements:
- eofs
- geocat-f2py
- metpy
- numpy=1.19
- numpy
- xarray

test:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ cf_xarray>=0.3.1
dask[array]
eofs
geocat-f2py
numpy==1.19
numpy
xarray

0 comments on commit eae0d27

Please sign in to comment.