diff --git a/.cruft.json b/.cruft.json index 726d8aa4..cb1dcaec 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/sunpy/package-template", - "commit": "ff0522bc171a1fc63022ed2a371f70669173012e", + "commit": "37ffb52646450caa4de8ea084725dbff65fe0995", "checkout": null, "context": { "cookiecutter": { @@ -32,7 +32,7 @@ ".github/workflows/sub_package_update.yml" ], "_template": "https://github.com/sunpy/package-template", - "_commit": "ff0522bc171a1fc63022ed2a371f70669173012e" + "_commit": "37ffb52646450caa4de8ea084725dbff65fe0995" } }, "directory": null diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 63882d87..8a1003c1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: # This should be before any formatting hooks like isort - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.9.1" + rev: "v0.9.2" hooks: - id: ruff args: ["--fix"] @@ -27,7 +27,7 @@ repos: - id: mixed-line-ending exclude: ".*(.fits|.fts|.fit|.nc|.gz|.header|.txt|tca.*)$" - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.0 hooks: - id: codespell args: [ "--write-changes" ]