Skip to content

Commit

Permalink
Automatic package template update (#267)
Browse files Browse the repository at this point in the history
Co-authored-by: DanRyanIrish <[email protected]>
  • Loading branch information
github-actions[bot] and DanRyanIrish authored Dec 30, 2024
1 parent 474b708 commit 28cc06e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 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": "c60ccf2ddc71d3cf126cea15132a15da307864f7",
"commit": "f14be4e69db1678316566c128153764c0e77aed2",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down Expand Up @@ -31,7 +31,8 @@
"docs/_static",
".github/workflows/sub_package_update.yml"
],
"_template": "https://github.com/sunpy/package-template"
"_template": "https://github.com/sunpy/package-template",
"_commit": "f14be4e69db1678316566c128153764c0e77aed2"
}
},
"directory": null
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.3"
rev: "v0.8.4"
hooks:
- id: ruff
args: ["--fix"]
Expand Down

0 comments on commit 28cc06e

Please sign in to comment.