Skip to content

Commit

Permalink
Merge pull request #817 from itcarroll/format-and-lint-notebooks
Browse files Browse the repository at this point in the history
Format and lint notebooks
  • Loading branch information
chuckwondo authored Sep 23, 2024
2 parents 68e19a2 + 6a163b8 commit 4aa1223
Show file tree
Hide file tree
Showing 12 changed files with 324 additions and 958 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repos:
- id: ruff-format

- repo: https://github.com/astral-sh/uv-pre-commit
rev: "0.4.7"
rev: "0.4.12"
hooks:
- id: uv-lock

Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@
- Removed Broken Link "Introduction to NASA earthaccess"
([#779](https://github.com/nsidc/earthaccess/issues/779))
([**@Sherwin-14**](https://github.com/Sherwin-14))
* Remove the base class on `EarthAccessFile` to fix method resolution
- Restore automation for tidying notebooks used in documentation
([#788](https://github.com/nsidc/earthaccess/issues/788))
([**@itcarroll**](https://github.com/itcarroll))
- Remove the base class on `EarthAccessFile` to fix method resolution
([#610](https://github.com/nsidc/earthaccess/issues/610))
([**@itcarroll**](https://github.com/itcarroll))

Expand Down
Loading

0 comments on commit 4aa1223

Please sign in to comment.