Skip to content

Commit

Permalink
Merge pull request #134 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 Oct 8, 2024
2 parents 422ef0b + df57bcd commit 2ab0bfc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: check-ast
Expand All @@ -18,7 +18,7 @@ repos:
- id: add-trailing-comma

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.3
rev: v0.6.9
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand All @@ -30,7 +30,7 @@ repos:
- id: nb-strip-paths

- repo: https://github.com/tox-dev/pyproject-fmt
rev: 2.2.1
rev: 2.2.4
hooks:
- id: pyproject-fmt

Expand Down
2 changes: 1 addition & 1 deletion docs/source/examples/QartodTestExample_Glider.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
" \"flag\": flag_vals,\n",
" \"depth\": ds.depth,\n",
" \"quality control\": meaning,\n",
" }\n",
" },\n",
")"
]
},
Expand Down
2 changes: 1 addition & 1 deletion docs/source/examples/usage/PandasStream.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
" \"lon\": lon,\n",
" \"variable1\": inp1,\n",
" \"variable2\": inp2,\n",
" }\n",
" },\n",
")\n",
"df"
]
Expand Down

0 comments on commit 2ab0bfc

Please sign in to comment.