Skip to content

Commit

Permalink
Updates from the package template (#486)
Browse files Browse the repository at this point in the history
* Automatic package template update

* Update sub_package_update.yml

---------

Co-authored-by: Cadair <[email protected]>
Co-authored-by: Stuart Mumford <[email protected]>
  • Loading branch information
3 people authored Jan 13, 2025
1 parent 99dee77 commit f201434
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/sunpy/package-template",
"commit": "5f101bf6b5be7d6f6aca05245f754684383d9fff",
"commit": "d6b86e07efa31959f43e99ba32d323cf76736a05",
"checkout": null,
"context": {
"cookiecutter": {
Expand All @@ -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": [
Expand All @@ -32,7 +32,7 @@
".github/workflows/sub_package_update.yml"
],
"_template": "https://github.com/sunpy/package-template",
"_commit": "5f101bf6b5be7d6f6aca05245f754684383d9fff"
"_commit": "d6b86e07efa31959f43e99ba32d323cf76736a05"
}
},
"directory": null
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sub_package_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.4"
rev: "v0.8.6"
hooks:
- id: ruff
args: ["--fix"]
Expand Down

0 comments on commit f201434

Please sign in to comment.