From 66035ba608ab1b7c77761dfc015b4ecd65f8c3b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:37:49 +0000 Subject: [PATCH] Updates from the package template (#481) * Automatic package template update * Update .cruft.json --------- Co-authored-by: Cadair <1391051+Cadair@users.noreply.github.com> Co-authored-by: Stuart Mumford --- .cruft.json | 5 +++-- .pre-commit-config.yaml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.cruft.json b/.cruft.json index 13db5573..33a93641 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/sunpy/package-template", - "commit": "c60ccf2ddc71d3cf126cea15132a15da307864f7", + "commit": "5f101bf6b5be7d6f6aca05245f754684383d9fff", "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": "5f101bf6b5be7d6f6aca05245f754684383d9fff" } }, "directory": null diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 23fd5d85..931a54d4 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"]