From fb003ac6371587f5c85bdd3032d638bff54f4521 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 08:43:34 -0800 Subject: [PATCH] Automatic package template update (#136) Co-authored-by: Cadair <1391051+Cadair@users.noreply.github.com> --- .cruft.json | 4 ++-- .pre-commit-config.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.cruft.json b/.cruft.json index 4f5b05b..c5e35a0 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 a3ee1eb..79dd34d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.9.1" + rev: "v0.9.2" hooks: - id: ruff args: ['--fix', '--unsafe-fixes'] @@ -26,7 +26,7 @@ repos: - id: mixed-line-ending exclude: ".*(.fits|.fts|.fit|.header|.txt|tca.*)$" - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.0 hooks: - id: codespell ci: