Skip to content

Commit 64113fc

Browse files
Automatic package template update (#170)
Co-authored-by: nabobalis <1392107+nabobalis@users.noreply.github.com>
1 parent 2822961 commit 64113fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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": "af9aabb758cb8002fd2a6b53d4055c0d4768decd",
3+
"commit": "75bb72f38a9b527937b6a135457418c00b8614a9",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -32,7 +32,7 @@
3232
".github/workflows/sub_package_update.yml"
3333
],
3434
"_template": "https://github.com/sunpy/package-template",
35-
"_commit": "af9aabb758cb8002fd2a6b53d4055c0d4768decd"
35+
"_commit": "75bb72f38a9b527937b6a135457418c00b8614a9"
3636
}
3737
},
3838
"directory": null

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22
# This should be before any formatting hooks like isort
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: "v0.9.10"
4+
rev: "v0.11.2"
55
hooks:
66
- id: ruff
77
args: ["--fix"]

0 commit comments

Comments
 (0)