Skip to content

Commit

Permalink
Merge remote-tracking branch 'noaa/develop' into feature/viirs_aws_gr…
Browse files Browse the repository at this point in the history
…idded
  • Loading branch information
zmoon committed Sep 19, 2024
2 parents b754cad + 56eef95 commit 65fea0c
Show file tree
Hide file tree
Showing 33 changed files with 1,547 additions and 90 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.4.0"
rev: "v4.6.0"
hooks:
- id: trailing-whitespace
exclude: tdump\.[0-9]*
Expand All @@ -9,23 +9,23 @@ repos:
- id: check-yaml

- repo: https://github.com/asottile/pyupgrade
rev: "v3.3.1"
rev: "v3.17.0"
hooks:
- id: pyupgrade
args: [--py36-plus]

- repo: https://github.com/PyCQA/isort
rev: "5.12.0"
rev: "5.13.2"
hooks:
- id: isort

- repo: https://github.com/psf/black
rev: "23.1.0"
rev: "24.8.0"
hooks:
- id: black

- repo: https://github.com/PyCQA/flake8
rev: "6.0.0"
rev: "7.1.1"
hooks:
- id: flake8

Expand Down
1 change: 1 addition & 0 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies:
- joblib
- lxml
- pyhdf!=0.11.3
- pyresample
- requests
- timezonefinder
#
Expand Down
2 changes: 2 additions & 0 deletions monetio/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from . import (
_camx_mm,
_cesm_fv_mm,
_cesm_se_mm,
_cmaq_mm,
Expand All @@ -17,6 +18,7 @@
)

__all__ = [
"_camx_mm",
"_cesm_se_mm",
"_cesm_fv_mm",
"_cmaq_mm",
Expand Down
Loading

0 comments on commit 65fea0c

Please sign in to comment.