From f201434d75d0923f56173774d3cd95d337a187f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 10:11:15 +0000 Subject: [PATCH] Updates from the package template (#486) * Automatic package template update * Update sub_package_update.yml --------- Co-authored-by: Cadair <1391051+Cadair@users.noreply.github.com> Co-authored-by: Stuart Mumford --- .cruft.json | 6 +++--- .github/workflows/sub_package_update.yml | 2 +- .pre-commit-config.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.cruft.json b/.cruft.json index 33a93641..165a1a17 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/sunpy/package-template", - "commit": "5f101bf6b5be7d6f6aca05245f754684383d9fff", + "commit": "d6b86e07efa31959f43e99ba32d323cf76736a05", "checkout": null, "context": { "cookiecutter": { @@ -23,7 +23,7 @@ "include_example_code": "n", "include_cruft_update_github_workflow": "y", "use_extended_ruff_linting": "y", - "_sphinx_theme": "dkist", + "_sphinx_theme": "sunpy", "_parent_project": "", "_install_requires": "", "_copy_without_render": [ @@ -32,7 +32,7 @@ ".github/workflows/sub_package_update.yml" ], "_template": "https://github.com/sunpy/package-template", - "_commit": "5f101bf6b5be7d6f6aca05245f754684383d9fff" + "_commit": "d6b86e07efa31959f43e99ba32d323cf76736a05" } }, "directory": null diff --git a/.github/workflows/sub_package_update.yml b/.github/workflows/sub_package_update.yml index 3a70299c..523cca35 100644 --- a/.github/workflows/sub_package_update.yml +++ b/.github/workflows/sub_package_update.yml @@ -87,7 +87,7 @@ jobs: draft: ${{ steps.cruft_update.outputs.merge_conflicts == '1' }} title: "Updates from the package template" labels: | - no changelog + No Changelog Entry Needed body: | This is an autogenerated PR, which will applies the latest changes from the [SunPy Package Template](https://github.com/sunpy/package-template). If this pull request has been opened as a draft there are conflicts which need fixing. diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 931a54d4..70dc2480 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.4" + rev: "v0.8.6" hooks: - id: ruff args: ["--fix"]