Skip to content

Commit

Permalink
Automatic package template update
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRyanIrish authored and github-actions[bot] committed Dec 16, 2024
1 parent aeeec83 commit 83b16cd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/sunpy/package-template",
"commit": "3737aa309d2a695ada046c7868c5683213003f3d",
"commit": "c66950b04d0a535002d122c9d5bc0f23534b530c",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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.2"
hooks:
- id: ruff
args: ["--fix"]
Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,11 @@ write_to = "sunraster/_version.py"
package = "sunraster"
filename = "CHANGELOG.rst"
directory = "changelog/"
<<<<<<<
issue_format = "`#{issue} <https://github.com/sunpy/sunraster/pull/{issue}>`__"
=======
issue_format = "`#{issue} <https://github.com/sunpy/radiospectra/pull/{issue}>`__"
>>>>>>>
title_format = "{version} ({project_date})"

[[tool.towncrier.type]]
Expand Down

0 comments on commit 83b16cd

Please sign in to comment.