Skip to content

Commit

Permalink
Merge pull request #800 from sunpy/cruft/update
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis authored Dec 30, 2024
2 parents b3a8a68 + 781f097 commit df2963d
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 df2963d

Please sign in to comment.