Skip to content

Commit

Permalink
Merge pull request #75 from ioos/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
ocefpaf authored Dec 3, 2024
2 parents 1daff3c + dfc35af commit 656acc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ repos:


- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.2
rev: v0.8.1
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
- id: ruff-format

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.8.7
rev: 1.9.1
hooks:
- id: nbqa-check-ast
- id: nbqa-black
Expand Down
4 changes: 2 additions & 2 deletions odvc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

__all__ = [
"ocean_double_sigma_coordinate",
"ocean_sigma_z_coordinate",
"ocean_sigma_coordinate",
"ocean_s_coordinate",
"ocean_s_coordinate_g1",
"ocean_s_coordinate_g2",
"ocean_sigma_coordinate",
"ocean_sigma_z_coordinate",
]

0 comments on commit 656acc8

Please sign in to comment.