Skip to content

Commit

Permalink
Automatic package template update (#136)
Browse files Browse the repository at this point in the history
Co-authored-by: Cadair <[email protected]>
  • Loading branch information
github-actions[bot] and Cadair authored Jan 27, 2025
1 parent 699e058 commit fb003ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/sunpy/package-template",
"commit": "ff0522bc171a1fc63022ed2a371f70669173012e",
"commit": "37ffb52646450caa4de8ea084725dbff65fe0995",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down Expand Up @@ -32,7 +32,7 @@
".github/workflows/sub_package_update.yml"
],
"_template": "https://github.com/sunpy/package-template",
"_commit": "ff0522bc171a1fc63022ed2a371f70669173012e"
"_commit": "37ffb52646450caa4de8ea084725dbff65fe0995"
}
},
"directory": null
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.9.1"
rev: "v0.9.2"
hooks:
- id: ruff
args: ['--fix', '--unsafe-fixes']
Expand All @@ -26,7 +26,7 @@ repos:
- id: mixed-line-ending
exclude: ".*(.fits|.fts|.fit|.header|.txt|tca.*)$"
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.0
hooks:
- id: codespell
ci:
Expand Down

0 comments on commit fb003ac

Please sign in to comment.