diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c04f1f7..abcfcd2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -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"] @@ -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 diff --git a/docs/source/examples/QartodTestExample_Glider.ipynb b/docs/source/examples/QartodTestExample_Glider.ipynb index 4f6fe9e..f736dfc 100644 --- a/docs/source/examples/QartodTestExample_Glider.ipynb +++ b/docs/source/examples/QartodTestExample_Glider.ipynb @@ -167,7 +167,7 @@ " \"flag\": flag_vals,\n", " \"depth\": ds.depth,\n", " \"quality control\": meaning,\n", - " }\n", + " },\n", ")" ] }, diff --git a/docs/source/examples/usage/PandasStream.ipynb b/docs/source/examples/usage/PandasStream.ipynb index bc97e20..c6ecd95 100644 --- a/docs/source/examples/usage/PandasStream.ipynb +++ b/docs/source/examples/usage/PandasStream.ipynb @@ -129,7 +129,7 @@ " \"lon\": lon,\n", " \"variable1\": inp1,\n", " \"variable2\": inp2,\n", - " }\n", + " },\n", ")\n", "df" ]