Skip to content

Commit 9ead411

Browse files
github-actions[bot]nabobalispre-commit-ci[bot]
authored
Updates from the package template (sunpy#169)
Co-authored-by: nabobalis <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6bd7b4d commit 9ead411

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.cruft.json

Lines changed: 3 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": "c60ccf2ddc71d3cf126cea15132a15da307864f7",
3+
"commit": "f14be4e69db1678316566c128153764c0e77aed2",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -31,7 +31,8 @@
3131
"docs/_static",
3232
".github/workflows/sub_package_update.yml"
3333
],
34-
"_template": "https://github.com/sunpy/package-template"
34+
"_template": "https://github.com/sunpy/package-template",
35+
"_commit": "f14be4e69db1678316566c128153764c0e77aed2"
3536
}
3637
},
3738
"directory": null

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,5 +263,3 @@ package.json
263263

264264
# Log files generated by 'vagrant up'
265265
*.log
266-
267-

.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.8.3"
4+
rev: "v0.8.4"
55
hooks:
66
- id: ruff
77
args: ["--fix"]

0 commit comments

Comments
 (0)