Skip to content

Commit 4731d36

Browse files
Updates from the package template (#302)
Co-authored-by: DanRyanIrish <6806704+DanRyanIrish@users.noreply.github.com>
1 parent d7974d1 commit 4731d36

2 files changed

Lines changed: 4 additions & 4 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": "9599f755e4f7880fe20f0f07bbf500d8c41de34d",
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": "9599f755e4f7880fe20f0f07bbf500d8c41de34d"
36+
"_commit": "3d0ff5cac98c56196dbd1ba3e89703c2b7616e29"
3737
}
3838
},
3939
"directory": null

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
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"]
@@ -45,7 +45,7 @@ repos:
4545
- id: mixed-line-ending
4646
types_or: [python, rst]
4747
- repo: https://github.com/codespell-project/codespell
48-
rev: v2.4.1
48+
rev: v2.4.2
4949
hooks:
5050
- id: codespell
5151
args: [ "--write-changes" ]

0 commit comments

Comments
 (0)