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.
1 parent 72bba91 commit c839b24Copy full SHA for c839b24
2 files changed
.cruft.json
@@ -1,6 +1,6 @@
1
{
2
"template": "https://github.com/sunpy/package-template",
3
- "commit": "af9aabb758cb8002fd2a6b53d4055c0d4768decd",
+ "commit": "75bb72f38a9b527937b6a135457418c00b8614a9",
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": "af9aabb758cb8002fd2a6b53d4055c0d4768decd"
+ "_commit": "75bb72f38a9b527937b6a135457418c00b8614a9"
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.10"
+ rev: "v0.11.2"
hooks:
- id: ruff
7
args: ["--fix"]
0 commit comments