Skip to content

Commit

Permalink
Merge pull request #132 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 d8ce40e + 1c919b8 commit ed5b25f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ repos:
- id: add-trailing-comma

- 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
2 changes: 1 addition & 1 deletion gliderpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

__all__ = [
"GliderDataFetcher",
"plot_cast",
"plot_track",
"plot_transect",
"plot_cast",
"plot_ts",
]

0 comments on commit ed5b25f

Please sign in to comment.