Skip to content

Commit 9ab44ae

Browse files
nabobalisgithub-actions[bot]
authored andcommitted
Automatic package template update
1 parent 9d2e074 commit 9ab44ae

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
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": "bea8060eef60df35f7df61d9db1d56b838bda01a",
3+
"commit": "760794abd2f09cadc5789d21f973ff94ab75f2ec",
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": "bea8060eef60df35f7df61d9db1d56b838bda01a"
35+
"_commit": "760794abd2f09cadc5789d21f973ff94ab75f2ec"
3636
}
3737
},
3838
"directory": null

.pre-commit-config.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
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.13.2"
4+
rev: "v0.14.3"
55
hooks:
66
- id: ruff
77
args: ["--fix"]
88
- repo: https://github.com/PyCQA/isort
9+
<<<<<<<
910
rev: 6.1.0
11+
=======
12+
rev: 7.0.0
13+
>>>>>>>
1014
hooks:
1115
- id: isort
1216
exclude: ".*(.fits|.fts|.fit|.header|.txt|tca.*|extern.*|{{ cookiecutter.module_name }}/extern)$"

0 commit comments

Comments
 (0)