Skip to content

Commit bf55c4e

Browse files
Automatic package template update (#149)
Co-authored-by: Cadair <1391051+Cadair@users.noreply.github.com>
1 parent ce1f015 commit bf55c4e

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": "57a6cb05ebbddf3f2aae7b97c86705f746303f4e",
3+
"commit": "1bdd28c1e2d725d9ae9d9c0b6ad682d75687f45d",
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": "57a6cb05ebbddf3f2aae7b97c86705f746303f4e"
35+
"_commit": "1bdd28c1e2d725d9ae9d9c0b6ad682d75687f45d"
3636
}
3737
},
3838
"directory": null

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: ".*(.fits|.fts|.fit|.header|.txt|tca.*|extern.*|drms/extern)$|^CITATION
22

33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: "v0.11.7"
5+
rev: "v0.11.12"
66
hooks:
77
- id: ruff
88
args: ['--fix', '--unsafe-fixes']

0 commit comments

Comments
 (0)