Skip to content

Commit 008abcb

Browse files
Automatic package template update (#166)
Co-authored-by: nabobalis <1392107+nabobalis@users.noreply.github.com>
1 parent bfa6fde commit 008abcb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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": "e0e2aa7daee8481747690616356a0f3fa33c177b",
3+
"commit": "d0b7fbce3a1928f5ad9bc3f37cb4c38464eeba29",
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": "e0e2aa7daee8481747690616356a0f3fa33c177b"
35+
"_commit": "d0b7fbce3a1928f5ad9bc3f37cb4c38464eeba29"
3636
}
3737
},
3838
"directory": null

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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.6"
4+
rev: "v0.9.9"
55
hooks:
66
- id: ruff
77
args: ["--fix"]
88
exclude: ".*(.fits|.fts|.fit|.nc|.gz|.txt|tca.*|extern.*|.rst|.md|docs/conf.py)$"
99
- repo: https://github.com/PyCQA/isort
10-
rev: 6.0.0
10+
rev: 6.0.1
1111
hooks:
1212
- id: isort
1313
exclude: ".*(.fits|.fts|.fit|.header|.txt|tca.*|extern.*|sunkit_instruments/extern)$"

0 commit comments

Comments
 (0)