We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68dc464 commit 30e7c50Copy full SHA for 30e7c50
2 files changed
.cruft.json
@@ -1,6 +1,6 @@
1
{
2
"template": "https://github.com/sunpy/package-template",
3
- "commit": "dff54d35c2c49201a3be8a3889458894e86bcc06",
+ "commit": "4c87aec25b842ac84ed38a609e89f145b7b0848b",
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": "dff54d35c2c49201a3be8a3889458894e86bcc06"
+ "_commit": "4c87aec25b842ac84ed38a609e89f145b7b0848b"
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.14.10"
+ rev: "v0.14.14"
hooks:
- id: ruff
7
args: ["--fix"]
0 commit comments