We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84a66c9 + c00375d commit 928fc1dCopy full SHA for 928fc1d
2 files changed
.cruft.json
@@ -1,6 +1,6 @@
1
{
2
"template": "https://github.com/sunpy/package-template",
3
- "commit": "57a6cb05ebbddf3f2aae7b97c86705f746303f4e",
+ "commit": "1bdd28c1e2d725d9ae9d9c0b6ad682d75687f45d",
4
"checkout": null,
5
"context": {
6
"cookiecutter": {
@@ -32,7 +32,7 @@
32
".github/workflows/sub_package_update.yml"
33
],
34
"_template": "https://github.com/sunpy/package-template",
35
- "_commit": "57a6cb05ebbddf3f2aae7b97c86705f746303f4e"
+ "_commit": "1bdd28c1e2d725d9ae9d9c0b6ad682d75687f45d"
36
}
37
},
38
"directory": null
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
repos:
# This should be before any formatting hooks like isort
- repo: https://github.com/astral-sh/ruff-pre-commit
- rev: "v0.11.7"
+ rev: "v0.11.12"
hooks:
- id: ruff
7
args: ["--fix"]
0 commit comments