Skip to content

Commit

Permalink
Merge pull request sunpy#7808 from sunpy/cruft/update-1726678417
Browse files Browse the repository at this point in the history
Updates from the package template
  • Loading branch information
nabobalis authored Sep 18, 2024
2 parents e567183 + 8cb34d4 commit e886d7d
Show file tree
Hide file tree
Showing 3 changed files with 3 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": "147c523135c0c612de0054897c87f8b4454dcd7a",
"commit": "c1efeecc741705d6a87ab17ca3662428df783a6d",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sub_package_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,4 @@ jobs:
[Cruft](https://cruft.github.io/cruft/) has detected updates from the Package Template.
labels: |
backport 6.0
No Changelog Entry Needed
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ exclude: ".*(.csv|.fits|.fts|.fit|.header|.txt|tca.*|.json|.asdf)$|^CITATION.rst
repos:
# This should be before any formatting hooks like isort
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.6.4"
rev: "v0.6.5"
hooks:
- id: ruff
args: ["--fix"]
Expand Down

0 comments on commit e886d7d

Please sign in to comment.