From 983c1f120de20a935e4aa7efc257472f80e1781a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 10:57:30 +0100 Subject: [PATCH] Updates from the package template (#436) * Automatic package template update * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: Cadair <1391051+Cadair@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .cruft.json | 2 +- .github/workflows/prepare-release.yml | 2 +- .pre-commit-config.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.cruft.json b/.cruft.json index 6c367020..9339b034 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/sunpy/package-template", - "commit": "f7458b35be5824d419efd6ce8c135ff67a00d1d5", + "commit": "67ea3b3815de57668e92dbe1fa2c3d033758d8f0", "checkout": null, "context": { "cookiecutter": { diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 8d9fa44f..1bce6ad9 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -120,7 +120,7 @@ jobs: title: 'Prepare for release of v${{ inputs.version }}' body: | *This pull request will need to be closed and then re-opened to trigger the CI* - + This PR renders the changelog and updates the JSON attrs before release of v${{ inputs.version }}. A draft release has been made with the changelog, release it after merge to trigger the release. diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 563b1dba..579a48f6 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.6.2" + rev: "v0.6.3" hooks: - id: ruff args: ["--fix"]