Skip to content

Commit 4544648

Browse files
Updates from the package template (#310)
* Automatic package template update * Update .pre-commit-config.yaml --------- Co-authored-by: Cadair <1391051+Cadair@users.noreply.github.com> Co-authored-by: Stuart Mumford <stuart@cadair.com>
1 parent 1806d71 commit 4544648

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/sunpy/package-template",
3-
"commit": "6436220cebd96b3638682023e7149eb78e012fdc",
3+
"commit": "3d0ff5cac98c56196dbd1ba3e89703c2b7616e29",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -33,7 +33,7 @@
3333
".github/workflows/sub_package_update.yml"
3434
],
3535
"_template": "https://github.com/sunpy/package-template",
36-
"_commit": "6436220cebd96b3638682023e7149eb78e012fdc"
36+
"_commit": "3d0ff5cac98c56196dbd1ba3e89703c2b7616e29"
3737
}
3838
},
3939
"directory": null

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: zizmor
66
# This should be before any formatting hooks like isort
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: "v0.15.4"
8+
rev: "v0.15.8"
99
hooks:
1010
- id: ruff
1111
args: ["--fix"]

0 commit comments

Comments
 (0)