-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
33bd04b
commit 111ed7f
Showing
7 changed files
with
86 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,10 +17,10 @@ jobs: | |
issue-manager: | ||
runs-on: "ubuntu-latest" | ||
steps: | ||
- uses: "tiangolo/[email protected]" | ||
with: | ||
token: "${{ secrets.GITHUB_TOKEN }}" | ||
config: > | ||
- uses: "tiangolo/[email protected]" | ||
with: | ||
token: "${{ secrets.GITHUB_TOKEN }}" | ||
config: > | ||
{ | ||
"feedback requested": { | ||
"delay": 864000, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,24 @@ | ||
ci: | ||
autoupdate_schedule: "monthly" # Like dependabot | ||
autoupdate_schedule: "monthly" # Like dependabot | ||
autoupdate_commit_msg: "chore: update pre-commit hooks" | ||
autofix_prs: false # Comment "pre-commit.ci autofix" on a PR to trigger | ||
autofix_prs: false # Comment "pre-commit.ci autofix" on a PR to trigger | ||
|
||
repos: | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v4.5.0 | ||
hooks: | ||
- id: check-yaml | ||
- id: trailing-whitespace | ||
- id: check-toml | ||
- id: check-json | ||
- repo: https://github.com/astral-sh/ruff-pre-commit | ||
rev: v0.1.6 | ||
hooks: | ||
- id: ruff | ||
args: ["--fix", "--exit-non-zero-on-fix"] | ||
- id: ruff-format | ||
- repo: https://github.com/pre-commit/mirrors-prettier | ||
rev: "v3.1.0" | ||
hooks: | ||
- id: prettier | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v4.5.0 | ||
hooks: | ||
- id: check-yaml | ||
- id: trailing-whitespace | ||
- id: check-toml | ||
- id: check-json | ||
- repo: https://github.com/astral-sh/ruff-pre-commit | ||
rev: v0.1.6 | ||
hooks: | ||
- id: ruff | ||
args: ["--fix", "--exit-non-zero-on-fix"] | ||
- id: ruff-format | ||
- repo: https://github.com/pre-commit/mirrors-prettier | ||
rev: "v3.1.0" | ||
hooks: | ||
- id: prettier | ||
types_or: [yaml] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
name: earthaccess-dev | ||
channels: | ||
- conda-forge | ||
- conda-forge | ||
dependencies: | ||
# This environment bootstraps poetry, the actual dev environment | ||
# is installed and managed with poetry | ||
- python=3.9 | ||
- jupyterlab=3 | ||
- xarray>=0.19 | ||
- ipyleaflet>=0.13 | ||
- h5netcdf>=0.11 | ||
- cartopy | ||
- pip | ||
- pip: | ||
- poetry | ||
# This environment bootstraps poetry, the actual dev environment | ||
# is installed and managed with poetry | ||
- python=3.9 | ||
- jupyterlab=3 | ||
- xarray>=0.19 | ||
- ipyleaflet>=0.13 | ||
- h5netcdf>=0.11 | ||
- cartopy | ||
- pip | ||
- pip: | ||
- poetry |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
name: earthaccess | ||
channels: | ||
- conda-forge | ||
- conda-forge | ||
dependencies: | ||
- python=3.9 | ||
- xarray>=0.19 | ||
- dask>=2022.1 | ||
- rioxarray>=0.3 | ||
- matplotlib-base>=3.3 | ||
- cartopy>=0.18.0 | ||
- ipyleaflet>=0.15 | ||
- netcdf4>=1.5 | ||
- h5netcdf>=0.11 | ||
- h5py>=3.2 | ||
- geopandas>=0.9 | ||
- zarr>=2.9.5 | ||
- jupyterlab>=3 | ||
- hvplot | ||
- holoviews | ||
- panel | ||
- python=3.9 | ||
- xarray>=0.19 | ||
- dask>=2022.1 | ||
- rioxarray>=0.3 | ||
- matplotlib-base>=3.3 | ||
- cartopy>=0.18.0 | ||
- ipyleaflet>=0.15 | ||
- netcdf4>=1.5 | ||
- h5netcdf>=0.11 | ||
- h5py>=3.2 | ||
- geopandas>=0.9 | ||
- zarr>=2.9.5 | ||
- jupyterlab>=3 | ||
- hvplot | ||
- holoviews | ||
- panel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters