Skip to content

Commit

Permalink
Merge branch 'main' into repr-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair authored Jan 6, 2025
2 parents c92eaaa + 66035ba commit 5dfa91f
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": "5f101bf6b5be7d6f6aca05245f754684383d9fff",
"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": "5f101bf6b5be7d6f6aca05245f754684383d9fff"
}
},
"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 5dfa91f

Please sign in to comment.