From 28cc06e0738b72bf4ed4b9127b1f3ad3c7c78652 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 08:45:09 -0800 Subject: [PATCH] Automatic package template update (#267) Co-authored-by: DanRyanIrish <6806704+DanRyanIrish@users.noreply.github.com> --- .cruft.json | 5 +++-- .pre-commit-config.yaml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.cruft.json b/.cruft.json index 2eea821..d208609 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/sunpy/package-template", - "commit": "c60ccf2ddc71d3cf126cea15132a15da307864f7", + "commit": "f14be4e69db1678316566c128153764c0e77aed2", "checkout": null, "context": { "cookiecutter": { @@ -31,7 +31,8 @@ "docs/_static", ".github/workflows/sub_package_update.yml" ], - "_template": "https://github.com/sunpy/package-template" + "_template": "https://github.com/sunpy/package-template", + "_commit": "f14be4e69db1678316566c128153764c0e77aed2" } }, "directory": null diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9f5530b..51f4cb2 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.8.3" + rev: "v0.8.4" hooks: - id: ruff args: ["--fix"]