diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0569fb7..67a4671 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: blackdoc - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell exclude: > @@ -27,14 +27,14 @@ repos: - --ignore-words-list=astroid,fo - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.4 + rev: v0.15.9 hooks: - id: ruff args: ["--fix", "--show-fixes"] - id: ruff-format - repo: https://github.com/woodruffw/zizmor-pre-commit - rev: v1.22.0 + rev: v1.23.1 hooks: - id: zizmor diff --git a/README.md b/README.md index af048ff..c3493cb 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,6 @@ This package is designed to be used in conjunction with [`xarray`](https://xarra Given a [CF Compliant](https://cfconventions.org/) `xarray` dataset named `ds`, this package can be accessed using the `xsg` accessor: ```python - import numpy as np # xarray_subset_gris should detect the grid type.