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 88c5a09 + 6d3c023 commit 53c15b9Copy full SHA for 53c15b9
2 files changed
.cruft.json
@@ -1,6 +1,6 @@
1
{
2
"template": "https://github.com/sunpy/package-template",
3
- "commit": "d0b7fbce3a1928f5ad9bc3f37cb4c38464eeba29",
+ "commit": "af9aabb758cb8002fd2a6b53d4055c0d4768decd",
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": "d0b7fbce3a1928f5ad9bc3f37cb4c38464eeba29"
+ "_commit": "af9aabb758cb8002fd2a6b53d4055c0d4768decd"
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.9.9"
+ rev: "v0.9.10"
hooks:
- id: ruff
7
args: ["--fix"]
0 commit comments