From f686355837cec8bc2a30fed074b1c6e1a37b4c3a Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Wed, 18 Dec 2024 10:49:55 +0000 Subject: [PATCH] Update cruft with batchpr --- .cruft.json | 2 +- .github/workflows/sub_package_update.yml | 2 ++ .pre-commit-config.yaml | 2 +- pyproject.toml | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.cruft.json b/.cruft.json index 04cd292..357b293 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "git@github.com:sunpy/package-template.git", - "commit": "5446d70263fff597b33ca7b0833aaeb5f3c3ac59", + "commit": "c60ccf2ddc71d3cf126cea15132a15da307864f7", "checkout": null, "context": { "cookiecutter": { diff --git a/.github/workflows/sub_package_update.yml b/.github/workflows/sub_package_update.yml index 0b657f2..523cca3 100644 --- a/.github/workflows/sub_package_update.yml +++ b/.github/workflows/sub_package_update.yml @@ -86,6 +86,8 @@ jobs: delete-branch: true draft: ${{ steps.cruft_update.outputs.merge_conflicts == '1' }} title: "Updates from the package template" + labels: | + 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 58c3d9f..70925a7 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.1" + rev: "v0.8.3" hooks: - id: ruff args: ["--fix"] diff --git a/pyproject.toml b/pyproject.toml index ab5ec25..c64c4d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ write_to = "sunkit_dem/_version.py" # TODO: This should be in towncrier.toml but Giles currently only works looks in # pyproject.toml we should move this back when it's fixed. [tool.towncrier] - package = "sunkit-dem" + package = "sunkit_dem" filename = "CHANGELOG.rst" directory = "changelog/" issue_format = "`#{issue} `__"